Loading a remote XML document : simplexml_load_string « XML « PHP ... <? $xml = simplexml_load_file('http://rss.news.yahoo.com/'); print "<ul>\n"; foreach ($xml-> ...
確定! 回上一頁