http://hdfmradio.com/newapi_malayalam/1.3/malatalamfm.php?radio=0 How this json decode all detail for each full code
$json_url = "http://hdfmradio.com/newapi_malayalam/1.3/malatalamfm.php?radio=0"; $json = file_get_contents($json_url); $data = json_decode($json, TRUE); print_r($data);