Monday, November 26, 2012

วิธีสร้างไฟล์ XML จาก simplexml_load_string

$xml = simplexml_load_string($feed);
//ฟังชั่นสร้างไฟล์ xml
file_put_contents("officedata.xml", $xml->asXML());

No comments:

Post a Comment