Advertisement
tribulant

Turn Off Error Reporting

Mar 24th, 2011
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. /* Turn OFF PHP error_reporting */
  4. error_reporting(0);
  5. @ini_set('display_errors', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement