Skip to content

Instantly share code, notes, and snippets.

@davekobrenski
Last active August 29, 2015 14:17
Show Gist options
  • Save davekobrenski/0f6fe7b26d37649b1867 to your computer and use it in GitHub Desktop.
Save davekobrenski/0f6fe7b26d37649b1867 to your computer and use it in GitHub Desktop.
PHP header() and Content-Type for JSON
<?php
header('Content-Type: application/json');
//do json-ish things here...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment