|
|
|
ช่วยดูโค้ดการส่งค่าข้อมูล ของ list box แบบ array ให้ทีครับ |
|
|
|
|
|
|
|
อันนี้ตัวที่ รับค่าแก้ไปแก้มามั่วไปหมดแล้วครับ
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<?php
//เรียกใช้ session
@session_start();
//เชื่อมต่อฐานข้อมูล
include('../connect.php');
for($i=0;$i<count($_POST["sub_check"]);$i++) {
if ($_POST["sub_check"][$i] != "") {
// สร้างโฟเดอร์
$sql2 = "SELECT * FROM subject_year WHERE subject_year_id ='".$_POST["y_id"][$i]."' ";
$dbquery1 = mysql_db_query($dbname, $sql2);
echo "$sql2 ";
$show_rows = mysql_fetch_object($dbquery1);
$year1 = $show_rows->year;
$term1 = $show_rows->term;
$dr = "$y_sub";
$dr2 .= "$year1";
$dr2 .= "_";
$dr2 .= "$term1";
//echo "$dr2";
/*$flgCreate = mkdir("../year/$dr2/$dr");
print "<script language='javascript'>alert('สร้างโฟรเดอร์ $dr เสร็จเรียบร้อยแล้ว !!!');</script>";
print "<script language='javascript'>window.parent.location='../admin/admin_regsub.php';</script>";*/
$sql = "UPDATE subject SET subject_year_id='".$_POST["y_id"][$i]."' ";
$sql .="WHERE subject_id= '".$_POST["sub_check"][$i]."' ";
// $result = mysql_db_query($dbname, $sql);
//echo "$sql ";
print "<script language='javascript'>alert('บันทึกข้อมูลเสร็จเรียบร้อยแล้ว !!!');</script>";
} //end if(isset)
else {
print "<script language='javascript'>alert('ไม่สามารถเพิ่มข้อมูลในฐานข้อมูลได้ !!!');</script>";
print "<script language='javascript'>window.parent.location='../admin/admin_regsub_add.php';</script>";
} // end else
} // end for
?>
|
|
|
|
|
Date :
2010-10-18 16:02:21 |
By :
sansurn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2010-10-18 20:27:01 |
By :
sansurn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ประสบปัญหาเดียวกันเลย ยังแก้ไม่ได้ที เครียดมาก
|
|
|
|
|
Date :
2014-01-27 10:08:18 |
By :
เด็กฝึกหัด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|