Skip to content

Instantly share code, notes, and snippets.

@tejastank
Created April 24, 2013 07:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tejastank/5450437 to your computer and use it in GitHub Desktop.
Save tejastank/5450437 to your computer and use it in GitHub Desktop.
good way it shows error in page, very helpful during development of project or scripts.
error_reporting(E_ALL);
ini_set('error_reporting', E_ALL);
ini_set('display_errors',1);
@AkarshSatija
Copy link

Thanx for the snippet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment