<?php // get links $website = file_get_contents("https://www.thaicreate.com"); // download contents of www.example.com preg_match_all("<a href=\x22(.+?)\x22>", $website, $matches); // save all links \x22 = " // delete redundant parts $matches = str_replace("a href=", "", $matches); // remove a href= $matches = str_replace("\"", "", $matches); // remove " // output all matches print_r($matches[1]); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง