PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $ratesJSON = file_get_contents('http://www.boredapi.com/api/activity/'); $rates = json_decode($ratesJSON, true); print_r($rates);
Show:  
Copy Clear