/ Published in: SQL
Expand |
Embed | Plain Text
$result = mysql_query($query) OR die("<b>A fatal MySQL error occured</b>.\n<br />Query: " . $query . "<br />\nError: (" . mysql_errno() . ") " . mysql_error());
You need to login to post a comment.
