smitagodbole Posted October 15, 2010 Share Posted October 15, 2010 I have php form which I can submit without any problem on Firefox browser but unable to submit it using IE browser. to submit this form I am using input tag such as <input type="submit" value="Submit"> I am not sure what to do here. Can anyone help me in this matter? Thanks in advance Smita Link to comment https://forums.phpfreaks.com/topic/215901-unable-to-submit-php-form-on-ie-browser/ Share on other sites More sharing options...
ngreenwood6 Posted October 15, 2010 Share Posted October 15, 2010 That is the correct markup and should work in ie. Maybe there is something else on the page causing the problem. Any more code we can see? Link to comment https://forums.phpfreaks.com/topic/215901-unable-to-submit-php-form-on-ie-browser/#findComment-1122345 Share on other sites More sharing options...
fortnox007 Posted October 15, 2010 Share Posted October 15, 2010 is that all your code? did you echo it out or is it in the body tag? also, a submit button needs a <form> with an action Link to comment https://forums.phpfreaks.com/topic/215901-unable-to-submit-php-form-on-ie-browser/#findComment-1122349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.