Re: [PHP] IE Problem Detecting Post Variables
- From: phpster@xxxxxxxxx (Phpster)
- Date: Wed, 31 Dec 2008 11:02:25 -0500
Try checking to see if the value was passed with var_dump($_REQUEST)
Also try (!empty($_REQUEST['style']))
Bastien
Sent from my iPod
On Dec 31, 2008, at 10:24 AM, "L. Herbert" <lherbert@xxxxxxxxxxxxxxxx> wrote:
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.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- References:
- IE Problem Detecting Post Variables
- From: "L. Herbert"
- IE Problem Detecting Post Variables
- Prev by Date: Re: [PHP] =.='' what wrong ? just simple code, however error.
- Next by Date: Re: [PHP] Is MD5 still considered safe for storing application user passwords?
- Previous by thread: IE Problem Detecting Post Variables
- Next by thread: =.='' what wrong ? just simple code, however error.
- Index(es):
Relevant Pages
|