Jump to content

Query is Empty!


yakoup46

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.