我在錯誤日誌中找到這些錯誤:SimpleXMLElement錯誤:多次!
[05-Aug-2009 12:57:27] PHP Warning: SimpleXMLElement::__construct() [<a href='simplexmlelement.--construct'>simplexmlelement.--construct</a>]:^in /home/mojo/public_html/shackupload.php on line 37
有趣的是,我對上述200在我的錯誤日誌都具有相同的時間戳!發生了什麼,爲什麼這麼多?!
if(!(substr($res, 0, 6)=='Failed')){
$xml = new SimpleXMLElement($res) or die('Error creating a SimpleXML instance');
$imagelink = (string) $xml->image_link; // This is the image link
$_SESSION['shack_link'] = $imagelink;
echo 'done';
}