PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php try { $xml = file_get_contents('https://www.1vesty.co.il/3rdparty/mobile/rss/vesty/13148/'); $items = new SimpleXmlElement($xml); print_r($items); echo "ok "; } catch (Exception $e){ echo "no ".$e; }
Show:  
Copy Clear