PHP Code Works On Chrome, But Not On Firefox Or IE October 15, 2022 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 JugaWhat Is The Expected Order Of An Array Submitted In An Html Form?Javascript: True Form Reset For Hidden FieldsDynamically Change Span Text Based On Selected Option Javascript I 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 postsWhen The Back Button Triggers Popstate How Can I Prevent A Page Refresh?Backbone.js Won't Make Cross-host Requests?Javascript Error: Permission Denied To Access Property 'resizeto'Formatting Tooltip Of Values >1000 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"