PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $url = file_get_contents('http://www.boredapi.com/api/activity/'); $urldec = json_decode($url, true); print_r($urldec); foreach ($urldec as $key => $value){ echo("$key => $value"."\n"); }
Show:  
Copy Clear