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
[no comment] :: [no trackback]
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 comment] :: [no trackback]