Php Code Works On Chrome, But Not On Firefox Or Ie October 11, 2024 Post a Comment My brother has this form: Solution 1: The issue was in: if ( isset($_POST['submit']) ) {because it was a image, and not a regular submit button, it was never set. (but somehow google chrome managed to put it to work)solution was to add to form: <input name="submit2" type="hidden" value="1"/> and change the PHP to: if ( isset($_POST['submit2']) ) {Solution 2: It may depend on the software you are using to build your pages.Baca JugaCannot Read Property 'elements' Of Undefined - In Js ConsoleSet Hidden Field Value Using Javascript; Use Php Post Method To Send The DataDisable Track On Html5 Range InputI use Aptana Studio and I found that if you select run from the menu bar, and then run configurations, you can specify in the server dialog to use base url (your server)I'm pretty sure dreamweaver has similar settings. Share You may like these postsGmail App Script Add Bcc From SpreadsheetHow Can I Send A File To Mail In Html Form Using Http Request In Nodejs Server Code?Cheking If Form Of Submited Email Is CorrectSubmitting Form Data To Two Locations Using Javascript And Php? Post a Comment for "Php Code Works On Chrome, But Not On Firefox Or Ie"
Post a Comment for "Php Code Works On Chrome, But Not On Firefox Or Ie"