Skip to content

Instantly share code, notes, and snippets.

@mironal
Created June 16, 2012 01:10
Show Gist options
  • Save mironal/2939462 to your computer and use it in GitHub Desktop.
Save mironal/2939462 to your computer and use it in GitHub Desktop.
header("Content-type: application/json; charset=utf-8"); php
<?php
header("Content-type: application/json; charset=utf-8");
/* something... */
?>
@wildshark
Copy link

header('Access-Control-Allow-Origin: *');
header("Content-type: application/json; charset=utf-8");

@anjaneyulugulla
Copy link

hi
above header using print json without echo or print_r function in php
it's possible

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