<?php /* create a dom document with encoding utf8 */ $domtree = new DOMDocument('1.0', 'UTF-8'); /* สร้าง tag collection */ $xmlRoot = $domtree->createElement('rings'); /* ต่อท้าย encoding utf8 */ $xmlRoot = $domtree->appendChild($xmlRoot); /* สร้าง tag subcollection */ $list = $domtree->createElement('list'); $list = $xmlRoot->appendChild($list); /* สร้าง data */ $list->appendChild($domtree->createElement('quick','collection/2011/rings/ring01_quick.png')); $list->appendChild($domtree->createElement('thumb','collection/2011/rings/ring01.png')); $list->appendChild($domtree->createElement('image','collection/2011/rings/ring01_L.png')); /* ใ่ส่ชื่อ arrtibute */ $list_attribute = $domtree->createAttribute('productID'); $list = $list->appendChild($list_attribute); /* ใ่ส่ค่าของ arrtibute */ $list_val_attribute = $domtree->createTextNode('Ring01'); $list = $list_attribute->appendChild($list_val_attribute); ///////////////////////////// /* ใ่ส่ชื่อ arrtibute */ $xmlRoot_attribute2 = $domtree->createAttribute('txtDetail'); $xmlRoot = $xmlRoot->appendChild($xmlRoot_attribute2); $xmlRoot_val_attribute2 = $domtree->createTextNode('Internationally rewarded many 555 time'); $xmlRoot = $xmlRoot_attribute2->appendChild($xmlRoot_val_attribute2); $createfile = 'ring.xml'; $openfile = fopen($createfile, 'w'); fwrite($openfile, $domtree->saveXML()); /* */ ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง