How to disable errors in PHP?

It's simple. Just in the begging of your PHP file add this line:

error_reporting(0);

Home   Our knowledge base   Terms of Service   Privacy Policy   Usage Policy   Contact   Sitemap       Old version of the site