Skip to content

Instantly share code, notes, and snippets.

@0xKayvan
Last active November 12, 2015 20:39
Show Gist options
  • Save 0xKayvan/79b5dea0a4c0eca1524f to your computer and use it in GitHub Desktop.
Save 0xKayvan/79b5dea0a4c0eca1524f to your computer and use it in GitHub Desktop.
show php error in brower
<?php
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