<? $dom = new DOMDocument("1.0","UTF-8"); $dom1 = new DOMDocument("1.0","UTF-8"); $dom->load("http://dgcsc.org/goldprices2.xml"); $dom1->load("http://www2.bot.or.th/RSS/fxrates/fxrate-USD.xml"); $data1 = $dom->getElementsByTagName("GoldPrice"); foreach($data1 as $GoldPrice) { echo $GoldPrice->attributes->item(1)->textContent." "."(Unit : ".$GoldPrice->attributes->item(0)->textContent.")"."<hr>"; } $data2 = $dom->getElementsByTagName("Price"); foreach($data2 as $Price) { echo $Price->attributes->item(0)->textContent." "."(".$Price->attributes->item(1)->textContent.")"."<br>"; $data3 = $Price->getElementsByTagName("Ask"); $data4 = $Price->getElementsByTagName("Bid"); $bath = $dom1->getElementsByTagName("value"); foreach($data3 as $Ask) { foreach($bath as $th) { $THB = $th->textContent."<br>"; } echo "ราคาซื้อ ":.$Ask->textContent*$THB."<br>"; } foreach($data4 as $Bid) { echo "ราคาขาย :".$Bid->textContent*$THB."<br>"; } } ?>
$data1 = $dom->getElementsByTagName("GoldPrice"); $data2 = $dom->getElementsByTagName("Price"); foreach($data2 as $Price) { if($Price->attributes->item(0)->textContent == 'ARS') { $data3 = $Price->getElementsByTagName("Ask"); $data4 = $Price->getElementsByTagName("Bid"); foreach($data3 as $Ask) { echo "ราคาซื้อ :" . $Ask->textContent."<br>"; } foreach($data4 as $Bid) { echo "ราคาขาย :".$Bid->textContent."<br>"; } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง