How to enable error reporting without modifying the php.ini file
Tag it:
?
ini_set ('display_errors',1); error_reporting (E_ALL & ~ E_NOTICE);
Comments
Search
Only registered users can write comments!
Last Updated ( Monday, 23 March 2009 )