Return to Snippet

Revision: 18314
at September 28, 2009 09:26 by mware1205


Initial Code
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL | E_STRICT);

Initial URL
http://carsonified.com/blog/dev/how-to-debug-in-php/

Initial Description
to

Initial Title
debugging in php

Initial Tags
debug

Initial Language
PHP