Skip to content

Instantly share code, notes, and snippets.

@borazslo
Last active August 29, 2015 14:07
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 borazslo/34abad30800ba69ce24b to your computer and use it in GitHub Desktop.
Save borazslo/34abad30800ba69ce24b to your computer and use it in GitHub Desktop.
szentiras.hu API PHP példa
<?php
$json = file_get_contents('http://szentiras.hu/api/idezet/1Kor13,10-13');
$array = json_decode($json);
print_r($array);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment