Re: [PHP] IE Not Following Header("Location: /path/to/file.php");

2007-09-06 Thread brian
Edward Kay wrote: Get Microsoft's (free) Fiddler Tool and look at the exact info been sent and received: http://www.fiddlertool.com/fiddler/ Edward I'd just like to say thanks for posting that. This might be the sugar i need to face the bitter prospect of booting Windows for testing. br

Re: [PHP] IE Not Following Header("Location: /path/to/file.php");

2007-09-06 Thread Andrew Brampton
Message - From: "Scott Wilcox" <[EMAIL PROTECTED]> To: Sent: Thursday, September 06, 2007 7:29 PM Subject: [PHP] IE Not Following Header("Location: /path/to/file.php"); hey folks. I have a strange problem with IE sometimes. It doesn't seem to accept and follow a

RE: [PHP] IE Not Following Header("Location: /path/to/file.php");

2007-09-06 Thread Sanjeev N
-Original Message- From: Scott Wilcox [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 11:59 PM To: php-general@lists.php.net Subject: [PHP] IE Not Following Header("Location: /path/to/file.php"); hey folks. I have a strange problem with IE sometimes. It doesn't see

Re: [PHP] IE Not Following Header("Location: /path/to/file.php");

2007-09-06 Thread Kevin Murphy
Also, turn on error reporting and see if an error is being generated before the header is sent. -- Kevin Murphy Webmaster: Information and Marketing Services Western Nevada College www.wnc.edu 775-445-3326 P.S. Please note that my e-mail and website address have changed from wncc.edu to wnc.

Re: [PHP] IE Not Following Header("Location: /path/to/file.php");

2007-09-06 Thread Edward Kay
Scott Wilcox wrote: hey folks. I have a strange problem with IE sometimes. It doesn't seem to accept and follow a header sent to the browser. The action occurs when a user logs in, then is sent this header. Any hints/ideas appreciated. Scott. Get Microsoft's (free) Fiddler Tool and look at

[PHP] IE Not Following Header("Location: /path/to/file.php");

2007-09-06 Thread Scott Wilcox
hey folks. I have a strange problem with IE sometimes. It doesn't seem to accept and follow a header sent to the browser. The action occurs when a user logs in, then is sent this header. Any hints/ideas appreciated. Scott. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit