Turn on errors in PHP

If you need to turn on errors for one page, place this code at the top of the page.

< ?
ini_set('display_errors', 1);
?>

Leave a Comment