Posted by Steve on 03/29/07 21:47
| The code is thus:
the code is this?
;^)
| if($_POST)
| {
| foreach($_POST as $index => $value)
| {
| print $index . ' : ' . $value . '<br />' . "\n";
| }
| }
how about this instead? ;^)
print_r($_POST)
| That is it.
|
| At one point I did however set a Cache-Control and Expires header in the
script first.
however, no, that is not it. the code that generates the html with the form
that is doing the posting.
| > from your description, the problem is with your code...not your browser.
|
| See above.
see above.
[Back to original message]
|