PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $file = file_get_contents('https://rus.postimees.ee/rss'); $xml=simplexml_load_string($file); $json= json_encode($xml); $array = json_decode($json,TRUE); print_r($array);
Show:  
Copy Clear