I have this in my PHP code, which outputs MySql errors:
$res = mysql_query($sql) or die(mysql_error());
Will disabling error reporting in php.ini cause these mysql errors not to show as well?
I have this in my PHP code, which outputs MySql errors:
$res = mysql_query($sql) or die(mysql_error());
Will disabling error reporting in php.ini cause these mysql errors not to show as well?