Return to Snippet

Revision: 49422
at July 21, 2011 20:39 by theworldofdan


Initial Code
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);

Initial URL


Initial Description


Initial Title
Turn on error reporting

Initial Tags


Initial Language
PHP