debugging in php


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

to


Copy this code and paste it in your HTML
  1. <?php
  2. ini_set('display_errors', 'On');
  3. error_reporting(E_ALL | E_STRICT);

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.