<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php $action = $_REQUEST["action"]; $id = $_REQUEST["id"]; if ($action == "insert") { $rand_time = time(); // สุ่มชื่อจากเวลา $name_file = "p" . $rand_time; if ($_FILES["file1"]["name"] != "") { $type_file = get_typefile($_FILES["file1"]["name"]); $rename = "uploadexcel/" . $name_file . "." . $type_file; if (move_uploaded_file($_FILES["file1"]["tmp_name"], $rename)) { $file1 = $name_file . "." . $type_file; } } //echo $rename; $excel = new PhpExcelReader; $excel->read($rename); $sheet = $excel->sheets[0]; //print_r($sheet); //echo $count = count($excel->sheets); for ($i = 2; $i <= $sheet[numRows]; $i++) { $col1 = $sheet['cells'][$i][1]; $col2 = $sheet['cells'][$i][2]; $col3 = $sheet['cells'][$i][3]; manage_db("INSERT IGNORE INTO tb_listname (name,position,phone) VALUES ('" . $col1 . "','" . $col2 . "','" . $col3 . "')"); js_alert("เพิ่มข้อมูลเรียบร้อยแล้ว"); js_redirect("insert_listname.php"); } }
$data->setOutputEncoding('TIS-620');
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง