Re: [PHP] IE Problem Detecting Post Variables




Whatever is SENDING the request data is broken, almost for sure.

PHP doesn't *do* much to the HTTP Request data except urldecode it for you.

There's not much that can go wrong there.

If your theme switcher, presumably in JS, isn't sending the data properly, there's not much PHP can do about it.

"If the quarterback throws the ball nowhere near the receiver, don't blame the receiver."
.



Relevant Pages

  • Re: query string
    ... jeff wrote: ... I can't find it in the manual, but php has so many functions, I'm thinking it might exist. ... Query string for what? ... You mean the GET request data? ...
    (comp.lang.php)
  • Re: [PHP] Cant fetch HTTP POST data in PHP?
    ... Everything looks just fine but somehow the PHP ... does not parse the request data sent to the script. ... Open your source code and prepare for assimilation." ...
    (php.general)