seco Posted January 8, 2008 Share Posted January 8, 2008 Hi i have insert page in php-mysql and i test it on IE,Firefox and Opera the data is inserted on IE and Opera successfully but firefox not !!! any one met this trouble before ?what is the reason? thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/85021-mysql-data-doesnt-inserted-on-firefox/ Share on other sites More sharing options...
The Little Guy Posted January 8, 2008 Share Posted January 8, 2008 must have to be because of your form... you most likely have an error with it. Quote Link to comment https://forums.phpfreaks.com/topic/85021-mysql-data-doesnt-inserted-on-firefox/#findComment-433588 Share on other sites More sharing options...
seco Posted January 8, 2008 Author Share Posted January 8, 2008 when i debug the page the insert sql goes well and go to the page which is after insertion why firefox is the only browser that doesn't insert the data on the database?! Quote Link to comment https://forums.phpfreaks.com/topic/85021-mysql-data-doesnt-inserted-on-firefox/#findComment-433592 Share on other sites More sharing options...
revraz Posted January 8, 2008 Share Posted January 8, 2008 The SQL insert doesn't care what browser you use, but the FORM that submits it does care and that's probably where your error is. But if you don't post code, no one can help you. May want to read the Sticky up top on how to post for help. Quote Link to comment https://forums.phpfreaks.com/topic/85021-mysql-data-doesnt-inserted-on-firefox/#findComment-433594 Share on other sites More sharing options...
nikefido Posted January 8, 2008 Share Posted January 8, 2008 firefox has an error console that might help you tools>error console. (that's on a macintosh, should be the same for PC though) clear the error console out (just so you don't get confused on where any potential error occurred) and reload your .php page and check the error console again to see if it tells you anything. Quote Link to comment https://forums.phpfreaks.com/topic/85021-mysql-data-doesnt-inserted-on-firefox/#findComment-433641 Share on other sites More sharing options...
The Little Guy Posted January 8, 2008 Share Posted January 8, 2008 firefox has an error console that might help you tools>error console. (that's on a macintosh, should be the same for PC though) clear the error console out (just so you don't get confused on where any potential error occurred) and reload your .php page and check the error console again to see if it tells you anything. The error console is for javascript not php Quote Link to comment https://forums.phpfreaks.com/topic/85021-mysql-data-doesnt-inserted-on-firefox/#findComment-433642 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.