|
Posted by Geoff Muldoon on 10/05/01 11:16
In article <6Ydje.4595$Rr3.1641@read1.cgocable.net>, Joe@Blow.com says...
> echo "<form target=\"checkblank.php\" method=\"post\">";
echo '<form action="checkblank.php" method="post">';
<cue doh!>
> 2. Can anybody suggest a quick and easy way to strip arrays? stip_tags is
> fine with variables, but converts arrays to variables. I'd like to use it
> for the sake of security though. I don't particularly want to translate the
> array into a whole lot of variables, as it's a big array.
Have used a call to a user-defined function within array_walk to alter all
values in an array, can't see why you could do it also with inbuilt
functions like strip_tags but I haven't tried it out.
Geoff M
Navigation:
[Reply to this message]
|