<html> <head> <title>ThaiCreate.Com PHP & opendir()</title> </head> <body> <? $objOpen = opendir("thaicreate"); while (($file = readdir($objOpen)) !== false) { echo "filename: " . $file . "<br />"; } ?> </body> </html>
<html> <head> <title>ThaiCreate.Com PHP & opendir()</title> </head> <body> <? $objOpen = opendir("thaicreate"); while (($file = readdir($objOpen)) !== false) { if (($file == ".") or ($file == "..")) continue; echo "filename: " . $file . "<br />"; } ?> </body> </html>
<? $objOpen = opendir("data"); while (($file = readdir($objOpen)) !== false) { if($file==".." || $file=="."){ $fileshow=""; }else{ $fileshow=$file; echo "ไฟล์ " . $fileshow . " <a href='player.php?file=$fileshow' target='_blank'>ฟังเพลงนี้</a>"."<br />"; } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง