Ring ring
Lagu Terpopuler'; if(!empty($_GET['page'])){ $noPage=$_GET['page']; }else{ $noPage='1'; } $json=json_decode(ngegrab('http://ws.audioscrobbler.com/2.0/?method=chart.gettoptracks&api_key=7df2ba528dcd0d495e3db6284ee6e1a3&format=json&limit=10&page='.$noPage.'')); if (!empty($json)){ foreach($json->tracks->track as $list){ $name=$list->name; $artist=$list->artist->name; echo'';} echo '
'; if ($noPage > 1) {echo'« Prev - ';} if ($noPage <= 100) {echo'Next » ';} echo '
'; }else{echo'
Result Not Found, please use another keyword.
';} include'data/inc/foot.php'; ?>