Skip to content

Instantly share code, notes, and snippets.

@thinkl33t
Created August 8, 2013 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkl33t/53669481e1300ef6d3d4 to your computer and use it in GitHub Desktop.
Save thinkl33t/53669481e1300ef6d3d4 to your computer and use it in GitHub Desktop.
$data = file_get_contents("http://data.police.uk/api/crimes-street/all-crime?lat=".$_GET['lat']."&lng=".$_GET['long']."");
echo ($data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment