$url = 'http://www.thaigold.info/RealTimeDataV2/gtdata_.txt'; $data_json = file_get_contents($url); $data_array = json_decode($data_json);
$(document).ready(()=>{ getNewGolePrize(); }); function getNewGoldPrice(){ $.ajax({ url: 'myhost.com/GetPrice.php', datatype:'json', success: r=>{ $('div[data-id="gold"]').html( r.gold); $('div[data-id="us"]').html( r.us); $('div[data-id="pounds"]').html( r.pound); setTimeout( getNewGoldPrice, 5000); } }); }
// GetPrice.php <?php $url = 'http://www.thaigold.info/RealTimeDataV2/gtdata_.txt'; $data_json = file_get_contents($url); echo $data_json;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง