Skip to content

Instantly share code, notes, and snippets.

@ruturajv
Created July 8, 2014 05:51
Show Gist options
  • Save ruturajv/243100f7e15e75f46fc9 to your computer and use it in GitHub Desktop.
Save ruturajv/243100f7e15e75f46fc9 to your computer and use it in GitHub Desktop.
todo-ajax.php
<?php
header("Content-Type: application/json");
$arr = array(
'name' => 'Foo',
'bar' => 'Yo!'
);
echo json_encode($arr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment