yakoup46 Posted April 16, 2010 Share Posted April 16, 2010 Can someone that has Internet Explorer try this out, cuz my buddy said he is getting a Query is Empty in I.E. (but i am not) Go to http://www.luta.comuv.com Click on easy and try on of the problems, just enter any number it doesn't matter, and see if you get Query is Empty Link to comment https://forums.phpfreaks.com/topic/198768-query-is-empty/ Share on other sites More sharing options...
litebearer Posted April 16, 2010 Share Posted April 16, 2010 using IE8 - works fine Link to comment https://forums.phpfreaks.com/topic/198768-query-is-empty/#findComment-1043204 Share on other sites More sharing options...
Pikachu2000 Posted April 16, 2010 Share Posted April 16, 2010 Depending on the version of Internet Exploder ( I don't recall which versions, however), hitting the Return key instead of clicking the submit button will not set the $_POST array with the value of the submit button. If your validation relies on a statement such as below, it may crater due to that. Works fine in Safari, by the way . . . if( isset($_POST['submit']) ) { //do something } else { // fail validation, etc. } Link to comment https://forums.phpfreaks.com/topic/198768-query-is-empty/#findComment-1043292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.