Posted by Jerry Stuckle on 10/23/06 11:18
James54321 wrote:
> Drat, I tried to make the code work but it still does nothing after
> clickig the "Go" button.
>
> Heres what I have made so far and I cant personally see any problems
> with it (but then again I have never done a foreach statement on
> posts).
>
Did you check the contents of the $_POST variable to see if it contains
what you expect?
echo "<pre>\n";
print_r($_POST);
echo "</pre>\n";
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|