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);
2.1m questions
2.1m answers
60 comments
57.0k users