Skip to content

Instantly share code, notes, and snippets.

@ryansukale
Created March 10, 2014 14:40
Show Gist options
  • Select an option

  • Save ryansukale/9466185 to your computer and use it in GitHub Desktop.

Select an option

Save ryansukale/9466185 to your computer and use it in GitHub Desktop.
Two lines of code that can help you debug errors in your php page
ini_set('display_errors', 'On');
error_reporting(E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment