Skip to content

Instantly share code, notes, and snippets.

@nawawi
Created March 23, 2015 09:10
Show Gist options
  • Save nawawi/30e8b09753250452f41a to your computer and use it in GitHub Desktop.
Save nawawi/30e8b09753250452f41a to your computer and use it in GitHub Desktop.
sample
<?php
$noic="letak no ic";
$p = file_get_contents("https://api-rutweb.rhcloud.com/spr/?ic={$noic}");
$array = json_decode($p);
print_r($array);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment