IE Problem Detecting Post Variables



Hello all,

Anyone have insight to share on the following issue:

I have a simple theme switcher script that functions as expected in FF, Safari, etc. but does not work in IE 6 or 7. It appears that the posted form variables are not detected in IE. I am using the following check within the script:

if(isset($_REQUEST['style'])) {

$style = $_REQUEST['style'];
}

Thanks in advance for your assistance.
.



Relevant Pages

  • Re: [PHP] IE Problem Detecting Post Variables
    ... Sent from my iPod ... Anyone have insight to share on the following issue: ... I have a simple theme switcher script that functions as expected in FF, Safari, etc. but does not work in IE 6 or 7. ... To unsubscribe, visit: http://www.php.net/unsub.php ...
    (php.general)
  • Re: [PHP] IE Problem Detecting Post Variables
    ... I have a simple theme switcher script that functions as expected in FF, Safari, etc. but does not work in IE 6 or 7. ... It appears that the posted form variables are not detected in IE. ... PHP General Mailing List ... To unsubscribe, visit: http://www.php.net/unsub.php ...
    (php.general)