0
PHP Record Insert fails in IE7

/t5/dreamweaver-discussions/php-record-insert-fails-in-ie7/td-p/524916
May 02, 2007
May 02, 2007
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Enthusiast
,
/t5/dreamweaver-discussions/php-record-insert-fails-in-ie7/m-p/524917#M100918
May 03, 2007
May 03, 2007
Copy link to clipboard
Copied
PHP is handled server side so browser is not the
issue.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
/t5/dreamweaver-discussions/php-record-insert-fails-in-ie7/m-p/524918#M100919
May 04, 2007
May 04, 2007
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/dreamweaver-discussions/php-record-insert-fails-in-ie7/m-p/524919#M100920
May 07, 2007
May 07, 2007
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

