To capture the error of a PHP query against a MySQL database, use this syntax:
$result=mysql_query($query); if (!$result) { die('Invalid query: ' . mysql_error()); } |
Our readers provide the funding for our platform, and we may receive a commission when you make a purchase using the links on our site.
By Paul Anderson / October 3, 2016 — Database
To capture the error of a PHP query against a MySQL database, use this syntax:
$result=mysql_query($query); if (!$result) { die('Invalid query: ' . mysql_error()); } |
Paul is an Avid Tech Geek who Loves writing, Cycling and All Things Linux! He comes from a Background of Windows Administration along with Ubuntu/Centos Server administration. Paul holds industry wide certifications include CompTIA & Microsoft Accredited certifications.