Re: [PHP] IE won't post on Windows, but will on Mac

2002-09-02 Thread Tom Rogers
Hi, Tuesday, September 3, 2002, 3:19:01 PM, you wrote: JV> Hello, All, JV> I've given myself two black eyes and a bloody nose on this one, and I'm sure JV> it's a simple solution. I have a form on the php page "entry.php": JV> JV> JV> JV> At the top of that page, I have the PHP code: JV>

Re: [PHP] IE won't post on Windows, but will on Mac

2002-09-02 Thread Jed Verity
e: > Have you checked the $_POST (or $HTTP_POST_VAR) variable to make sure it IS > using GET? > > Martin > > > -Original Message- > From: Jed Verity [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 3:19 PM > To: [EMAIL PROTECTED] > Subject:

RE: [PHP] IE won't post on Windows, but will on Mac

2002-09-02 Thread Martin Towell
Have you checked the $_POST (or $HTTP_POST_VAR) variable to make sure it IS using GET? Martin -Original Message- From: Jed Verity [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: [PHP] IE won't post on Windows, but will on Mac

[PHP] IE won't post on Windows, but will on Mac

2002-09-02 Thread Jed Verity
Hello, All, I've given myself two black eyes and a bloody nose on this one, and I'm sure it's a simple solution. I have a form on the php page "entry.php": At the top of that page, I have the PHP code: With IE 5.2 on Mac, I submit this form and I see "POST" echoed at the top of the page.