<?php include 'simple_html_dom.php'; require_once 'condb.php'; if(move_uploaded_file($_FILES["fileUpload"]["tmp_name"],"files/".$_FILES["fileUpload"]["name"])) { $upload = $_FILES["fileUpload"]["name"]; } $html = file_get_html("files/".$upload); $trtag = $html->find("table[id=Details] tr"); $i=1; foreach ($trtag as $elementtr) { if($i!=1){ $query = "INSERT INTO $tbname VALUES("; $query .= "'" . $elementtr->childNodes(2)->innertext . "',"; $query .= "'" . $elementtr->childNodes(3)->innertext . "',"; $query .= "'" . $elementtr->childNodes(4)->innertext . "',"; $query .= "'" . $elementtr->childNodes(5)->innertext . "',"; $query .= "'" . $elementtr->childNodes(6)->innertext . "',"; $query .= "'" . $elementtr->childNodes(7)->innertext . "')"; } $i++; if(mysql_query($query) or $query<=0) { echo "<script>alert('Data Inserted Successfully'); location.href='index.php';</script>"; } else { echo "<script>alert('Error'); location.href='index.php';</script>"; } echo "<br/><br/>"; } ?>
echo echo date("Y-m-d", strtotime("Thursday, May 28, 2015 8:51:25 PM")); //2015-05-28 **test with php5.3.8
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง