ezbie Posted October 8, 2006 Share Posted October 8, 2006 My PHP code adds records to my mySQL database in IE 7 but does not add a record with Firefox 1.5. I have a redirect on my "add code" and it redirects and appears that it works fine but when I check the database the record has not been added. Does anyone have any quick ideas without posting my code yet? Link to comment https://forums.phpfreaks.com/topic/23322-adding-records-not-working-in-firefox/ Share on other sites More sharing options...
AndyB Posted October 8, 2006 Share Posted October 8, 2006 Your server couldn't care less what browser sent the information. If "it works" with adequate data from one browser, it'll work with adequate data from any other browser. Sounds like the problems with the html end. Link to comment https://forums.phpfreaks.com/topic/23322-adding-records-not-working-in-firefox/#findComment-105732 Share on other sites More sharing options...
kenrbnsn Posted October 8, 2006 Share Posted October 8, 2006 Please post your code.Ken Link to comment https://forums.phpfreaks.com/topic/23322-adding-records-not-working-in-firefox/#findComment-105733 Share on other sites More sharing options...
ezbie Posted October 8, 2006 Author Share Posted October 8, 2006 I figured it out Link to comment https://forums.phpfreaks.com/topic/23322-adding-records-not-working-in-firefox/#findComment-105735 Share on other sites More sharing options...
ezbie Posted October 8, 2006 Author Share Posted October 8, 2006 I forgot that I added a new row to the table and didn't make the chages to reflect the additional field in my code. Sometimes it is the most siimple oversights that you cant see. It took me about two hours to figure it out. Damn!!! Link to comment https://forums.phpfreaks.com/topic/23322-adding-records-not-working-in-firefox/#findComment-105738 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.