80s toys - Atari. I still have
Top Artist'; if(!empty($_GET['page'])){ $noPage=$_GET['page']; }else{ $noPage='1'; } $json=json_decode(ngegrab('http://ws.audioscrobbler.com/2.0/?method=chart.gettopartists&api_key=7df2ba528dcd0d495e3db6284ee6e1a3&format=json&limit=10&page='.$noPage.'')); if (!empty($json)){ foreach($json->artists->artist as $list){ $name=$list->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'; ?>