[PHP] problem between IE and PHP

2005-06-08 Thread Philippe Reynolds

Hi all,

I'm having a little problem with the interaction between php and IE.

I have two .php pages.

The first contains a form with the standard submit button.  However when I 
come to push the button, I get a ding sound (standard error sound) and it 
seems like the button is deactivated.  However when I try with my firefox 
browser, everything works fine.


I then created a duplicate of the page, with no php and saved it as a 
.html file.

With internet explorer and firefox, everything worked fine.

I do not understand how this can be.  Is Internet Explorer treated the php 
differently?


Any help would be greatly appreciated.

Cheers
Phil

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] problem between IE and PHP

2005-06-08 Thread Richard Lynch
On Wed, June 8, 2005 7:53 am, Philippe Reynolds said:
 I'm having a little problem with the interaction between php and IE.

 I have two .php pages.

Show us the page.

 The first contains a form with the standard submit button.  However when I
 come to push the button, I get a ding sound (standard error sound) and
 it
 seems like the button is deactivated.  However when I try with my firefox
 browser, everything works fine.

 I then created a duplicate of the page, with no php and saved it as a
 .html file.
 With internet explorer and firefox, everything worked fine.

 I do not understand how this can be.  Is Internet Explorer treated the php
 differently?

IE is really broken, and will do a lot of dumb things based on the URL.

But even IE isn't *THAT* broken, last time I checked...

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php