|
|
|
ถามเรื่องการเพิ่มข้อมูลหลายๆข้อมูลโดยกดปุ่มครั้งเดียว |
|
|
|
|
|
|
|
Code (PHP)
<?php
for($i=0;$i<count($_POST["status"]);$i++)
{
$sql = "insert into __table__ (status, name,classroom, subject,teac) values ('status[$i]', 'name[$i]','classroom[$i]', 'subject[$i]','teac[$i]')";
mysql_query($sql) or die(mysql_error());
}
?>
|
|
|
|
|
Date :
2009-04-07 17:33:04 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เสริมคุณ a-mac เวลาตั้งชื่อใช้แบบนี้
<input type="text" name="status[]">
<input type="text" name="name[]">
<input type="text" name="classroom[]">
<input type="text" name="subject[]">
<input type="text" name="teac[]">
|
|
|
|
|
Date :
2009-04-07 17:52:08 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถามเพิ่มเติมครับตรง checkbox กับ textfield เราจะตั้งชื่ออย่างไงครับและถ้าผมต้องการเพิ่มข้อมูลทีละ10แถวผมจะเขียนโค้ตอย่างไงครับส่วนของโค้ตเพิ่มพอได้แล้วแต่ตรงformยังไม่เข้าใจครับช่วยแนะนำหน่อยครับ
|
|
|
|
|
Date :
2009-04-07 18:00:10 |
By :
ttt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|