Skip to content

Instantly share code, notes, and snippets.

@toddaeverett
Created August 20, 2012 16:25
Show Gist options
  • Save toddaeverett/3405519 to your computer and use it in GitHub Desktop.
Save toddaeverett/3405519 to your computer and use it in GitHub Desktop.
Activate PHP error messaging
<?php
error_reporting(E_ALL);
ini_set('display_errors','On');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment