/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$result = mysql_query($query) OR die("<b>A fatal MySQL error occured</b>.\n<br />Query: " . $query . "<br />\nError: (" . mysql_errno() . ") " . mysql_error());