|
|
|
เก็บข้อมูลเบิ้ล ช่วยดูให้หน่อยค่ะ ต้องเก็บตามจำนวนแถวที่ check box ค่ะ ตอนนี้เบิ้ลรายการละ 32 แถวค่ะ ช่วยดูให้ด้วยค่ะ |
|
|
|
|
|
|
|
จงพิจารณาให้ดี กว่าโค้ดนี้ควรเป็นการ insert into หรือ update แล้วจะพบทางออกครับ :)
|
|
|
|
|
Date :
2013-11-08 21:11:52 |
By :
meannerss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่พบทางออกเลยค่ะ
แก้ให้เป็นแบบนี้แล้วก็ไม่ได้ค่ะ
Code (PHP)
<?php
include("conn.php") ;
if($_POST['btn']){
foreach($A1 as $A1)
foreach($A2 as $A2)
foreach($A3 as $A3)
{
$sql2 = "insert into score
values (null , '$A1' , '$A2' , '$A3')";
$sqlquery2=mysql_db_query($dbname, $sql2);
print "<br><center><span clASs=style3>Successfully...</span></center><br>";
print "<meta http-equiv=refresh content=1;URL=employeelist.php?DepartmentCode=$DepartmentCode>";
}//if
}//foreach
?>
|
|
|
|
|
Date :
2013-11-09 17:34:46 |
By :
pumhonda |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แนะนำให้คลิ๊กขวาแล้วเลือกวิวซอร์ส (เรียกดูโค้ดต้นฉบับ)
และลองไล่โค้ดดูให้ดีครับ จะเห็นโค้ดที่ถูกสร้างในลูป มันอาจซ้ำกันครับ
|
|
|
|
|
Date :
2013-11-09 17:40:53 |
By :
Unkown Objects |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|