<? $source = simplexml_load_file('http://domainname.com/file.xml') or die("Something is wrong"); echo $source->Result; ?> The ...
確定! 回上一頁