PHPize Online / SQLize Online  /  SQLtest Online

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