We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

tylerhall on 12/31/69


Tagged

ini errors show error


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

vaaaska
vali29
hudge


Show PHP errors


Published in: PHP 


  1. ini_set('display_errors', "1");
  2. ini_set('error_reporting', E_ALL ^ E_NOTICE);

Report this snippet 

You need to login to post a comment.