I want to hide all mysql error messages without using mysql_error(). Are there any solutions?
mysql_error()
First line of code before any function in your php script
error_reporting(0);
1.4m articles
1.4m replys
5 comments
57.0k users