<?php $dir = 'test'; $exclude = array('.','..','.htaccess'); $q = (isset($_GET['q']))? strtolower($_GET['q']) : ''; $res = opendir($dir); while(false!== ($file = readdir($res))) { if(strpos(strtolower($file),$q)!== false &&!in_array($file,$exclude)) { echo "<a href='$dir/$file'>Click</a>"; echo "<br>"; } } closedir($res); ?>
<?php $dir = 'test'; $exclude = array('.','..','.htaccess'); $q = (isset($_GET['q']))? strtolower($_GET['q']) : ''; $res = opendir($dir); while(false!== ($file = readdir($res))) { if(strpos(strtolower($file),$q)!== false &&!in_array($file,$exclude)) { echo '<script>location.href="'.$dir.'/'.$file.'"</script>'; // ปรับ $dir เป็น url น่าจะเหมาะกว่าน่ะครับ } } closedir($res); ?>
echo '<script>window.open("'.$dir.'/'.$file..'","_blank");</script>'; //หรือ แบบนี้ echo '<script>window.open("'.$dir.'/'.$file..'","_newtab");</script>'; //สำหรับ browser ที่ support newtab น่ะครับ
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง