Posted By


Hepamin on 12/14/10

Tagged


Statistics


Viewed 365 times
Favorited by 1 user(s)

php error_reporting


/ Published in: PHP
Save to your folder(s)

To enable error reporting for *ALL* error messages including every error level (including E_STRICT, E_NOTICE etc.), simply use:


Copy this code and paste it in your HTML
  1. <?php error_reporting(-1); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.