1.
<?php
2.
$url
=
'https://script.google.com/macros/s/AKfycbwmQQZAc8dssf3DKD6cKIMxsRGaAmhDpjlXgGdZeNRx1Vc1RWMo5PSdxagZlHBPl2c/exec'
; // path to your JSON file
3.
$data
file_get_contents
(
);
// put the contents of the file into a variable
4.
$characters
= json_decode(
// decode the JSON feed
5.
var_dump (
6.
?>
01.
;
02.
03.
// Initiate curl
04.
$ch
= curl_init();
05.
// Will return the response, if false it print the response
06.
curl_setopt(
, CURLOPT_RETURNTRANSFER, true);
07.
// Set the url
08.
, CURLOPT_URL,
09.
// Execute
10.
$result
=curl_exec(
11.
// Closing
12.
curl_close(
13.
14.
// Will dump a beauty json :3
15.
var_dump(json_decode(
, true));
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง