IE Problem Detecting Post Variables
- From: lherbert@xxxxxxxxxxxxxxxx ("L. Herbert")
- Date: Wed, 31 Dec 2008 10:24:14 -0500
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.
.
- Follow-Ups:
- Re: [PHP] IE Problem Detecting Post Variables
- From: Phpster
- Re: [PHP] IE Problem Detecting Post Variables
- Prev by Date: Re: [PHP] Encryption/decryption of PHP data
- Next by Date: Re: [PHP] Is MD5 still considered safe for storing application user passwords?
- Previous by thread: Encryption/decryption of PHP data
- Next by thread: Re: [PHP] IE Problem Detecting Post Variables
- Index(es):
Relevant Pages
|