<div class="lists-check"> <?php require_once('dom/simple_html_dom.php'); $domain = 'http://www.edu.buu.ac.th/webnew/document.php?catID=5'; $target = file_get_html($domain); $i = 0; //section-content echo '<ul>'; foreach($target->find('li a') as $el) { if($el->plaintext != null) { if($i<49){ }else if($i>76){} else{ $p = explode("4.", $el->plaintext); echo '<li><a href="http://www.edu.buu.ac.th/webnew/'.$el->href.'">'.$p[1].'</a></li><hr>'; // A บรรทัดนี้หรือเปล่า } $i++; } } echo '</ul>'; //echo '<h2 style="color:red;">ค้นหาพบทั้งหมด : '.$i.' link</h2>'; $target->clear(); unset($target); ?> </div> /** * Website: http://sourceforge.net/projects/simplehtmldom/ * Additional projects that may be used: http://sourceforge.net/projects/debugobject/ * Acknowledge: Jose Solorzano (https://sourceforge.net/projects/php-html/) * Contributions by: * Yousuke Kumakura (Attribute filters) * Vadim Voituk (Negative indexes supports of "find" method) * Antcs (Constructor with automatically load contents either text or file/url) **/
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง