Skip to main content
May 2, 2007
Question

PHP Record Insert fails in IE7

  • May 2, 2007
  • 3 replies
  • 467 views
Using PHP for dynamic page to insert to MySQL-driven dynamic recordset pages (with insert and display functions) fail in IE7 but work fine with Firefox. The insert form does not work in IE7 nor do the instructions to go to the recordset list after insert - all works fine in Firefox. I am not sure how to troubleshoot. What am I missing? Any advice is appreciated.
This topic has been closed for replies.

3 replies

May 7, 2007
I have created a registration page that inserts a record fine in IE7 and firefox. I am using PHP MYSQL and dreamweaver 8 but I did not use the recordset feature DW 8 has. I hardcoded the PHP script myself and I only been programming with PHP for about two weeks. Here is a link that may help you. http://www.w3schools.com/php/php_mysql_insert.asp
Participating Frequently
May 5, 2007
We'll need more information. Do you get an error when using IE? The problem probably lies between your form tags and not in your actual php code. That being said, I just wish IE would go away, we waste countless hours with workarounds for that browser, who knows, maybe you've uncovered yet another flaw.
Participating Frequently
May 3, 2007
PHP is handled server side so browser is not the issue.