gerkintrigg Posted February 12, 2008 Share Posted February 12, 2008 I seem to have a problem with using a PHP on internet explorer. When i try to sign up to http://www.algarve-dating.com/index2.php it works fine in firefox, but it won't display in I.E. Can anyone see why that might be? Has anyone had a similar issue in the past? any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/90697-php-and-internet-explorer/ Share on other sites More sharing options...
kenrbnsn Posted February 12, 2008 Share Posted February 12, 2008 Check the HTML code you're generating. Sometimes IE is more sensitive to errors in HTML and will not display anything. Validate the code via http://validator.w3.org/ I took the source obtained by a show source in FF2 and fed it into the validater and got 8 errors. Ken Quote Link to comment https://forums.phpfreaks.com/topic/90697-php-and-internet-explorer/#findComment-464890 Share on other sites More sharing options...
The Little Guy Posted February 12, 2008 Share Posted February 12, 2008 It has nothing to do with PHP, it is probably because of your form. My first thing I would say is not to have all the form tags have the same name and id They all use: name="form2" id="form2" an id can only be used ONE time in a documet Quote Link to comment https://forums.phpfreaks.com/topic/90697-php-and-internet-explorer/#findComment-464894 Share on other sites More sharing options...
kenrbnsn Posted February 12, 2008 Share Posted February 12, 2008 Actually, if the form is generated via PHP, the OP should post the code that's generating the form. Ken Quote Link to comment https://forums.phpfreaks.com/topic/90697-php-and-internet-explorer/#findComment-464904 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.