By Damien LEFEVRE: Sunday 16 December 2007, 20:46
PHP turn off warnings
Recently I had to remove all the PHP warning from a site.
An easy way is to add
error_reporting(0);
to index.php
By Damien LEFEVRE: Sunday 16 December 2007, 20:46
Recently I had to remove all the PHP warning from a site.
An easy way is to add
error_reporting(0);
to index.php
No trackback.
Trackbacks for this article are closed.
Comments
No comment for the moment.
Add a comment
Les commentaires pour ce billet sont fermés.