Skip to content

Instantly share code, notes, and snippets.

@nicholasareed
Created December 12, 2011 01:13
Show Gist options
  • Save nicholasareed/1463991 to your computer and use it in GitHub Desktop.
Save nicholasareed/1463991 to your computer and use it in GitHub Desktop.
PHP Set HTML Response Header
<?php
header('Content-Type: text/html');
echo $html_is_here;
exit;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment