ini_set('display_errors', true);
ini_set('error_reporting', E_ALL);
//error_reporting(E_ALL); no need, second line do the same
make sure you remove those lines once you are done.
ini_set('display_errors', true);
ini_set('error_reporting', E_ALL);
//error_reporting(E_ALL); no need, second line do the same
0 comments:
Post a Comment