PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $url = "https://yandex.ru"; $data = file_get_contents($url); $json = json_decode($data, true); $temp = $json["main"]["temp"]; $date = $json["dt"]; $date = date("d.m.y H:i"); echo($feel);
Show:  
Copy Clear