Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

PHP Record Insert fails in IE7

Guest
May 02, 2007 May 02, 2007
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.
TOPICS
Server side applications
440
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 03, 2007 May 03, 2007
PHP is handled server side so browser is not the issue.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 04, 2007 May 04, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 07, 2007 May 07, 2007
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines