Skip to content

Instantly share code, notes, and snippets.

@sword-jin
Created August 26, 2015 18:16
Show Gist options
  • Save sword-jin/89db818a76335eb3b8e4 to your computer and use it in GitHub Desktop.
Save sword-jin/89db818a76335eb3b8e4 to your computer and use it in GitHub Desktop.
php userful code snippet
header('Status: 404 Not Found');
echo '<html><body><h1>Page Not Found</h1></body></html>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment