dreamwest Posted February 8, 2009 Share Posted February 8, 2009 What does this mean if ( !( $result = mysql_query( $sql ) ) ) { } Link to comment https://forums.phpfreaks.com/topic/144293-what-does-this-mean/ Share on other sites More sharing options...
Mchl Posted February 8, 2009 Share Posted February 8, 2009 Check if query returns a correct result (i.e. query does not fail due to error), and if not do whatever is in the brackets. Link to comment https://forums.phpfreaks.com/topic/144293-what-does-this-mean/#findComment-757385 Share on other sites More sharing options...
dreamwest Posted February 8, 2009 Author Share Posted February 8, 2009 OK sweet Thought it was an error... Link to comment https://forums.phpfreaks.com/topic/144293-what-does-this-mean/#findComment-757398 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.