Posts filed under ‘PHP’

Show PHP errors

By default PHP does not show you the errors or debugging, you need to enable this in the config or add the following code to your page to display the PHP errors.

<?php
error_reporting(E_ALL);
ini_set(‘display_errors’, ’1′);
?>

January 26, 2011 at 4:11 am Leave a comment


Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 16 other followers

Archives

Top Rated

Blog Stats

  • 87,291 hits

Follow

Get every new post delivered to your Inbox.