|
Posted by -Lost on 03/30/07 00:43
"Steve" <no.one@example.com> wrote in message news:KvWOh.43$qe1.9@newsfe04.lga...
>| The code is thus:
>
> the code is this?
>
> ;^)
http://dictionary.reference.com/search?q=thus
1 and 5.
Neener neener neener! : P
> | if($_POST)
> | {
> | foreach($_POST as $index => $value)
> | {
> | print $index . ' : ' . $value . '<br />' . "\n";
> | }
> | }
>
> how about this instead? ;^)
>
> print_r($_POST)
Sure. Dumped it that way initially. Still no change.
> | 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.
OK, if I understood that correctly, I need to set the headers via the meta tag in my HTML
not in the PHP at all?
Thanks for bearing this with patience (until I catch up).
NOTE!: Um... I just noticed it is not doing it anymore! The only thing I have done is
update:
Firefox from 1.5.0.10 to 1.5.0.11
NoScript extension to the latest version.
(No, I refuse to upgrade to Firefox 2.x. (Yet.))
Now I am really confused. Everything is now working as if setting the headers via meta in
my HTML worked. (And for the record I do not set anymore cache headers via PHP. I am
just print_r'ing $_POST.)
-Lost
Navigation:
[Reply to this message]
|