|
|
|
รับค่า array insert ลง sql php ยังไงครับ รบกวนผู้รู้ช่วยหน่อยครับ |
|
|
|
|
|
|
|
ผมอยากบันทึกค่าลงฐานข้อมูลแบบนี้ต้องทำไงครับ
11111','2222222222','33333333','44444444','55555555','66666666','4'
11111','2222222222','33333333','44444444','55555555','66666666','20'
11111','2222222222','33333333','44444444','55555555','66666666','22'
11111','2222222222','33333333','44444444','55555555','66666666','23'
11111','2222222222','33333333','44444444','55555555','66666666','24'
11111','2222222222','33333333','44444444','55555555','66666666','25'
11111','2222222222','33333333','44444444','55555555','66666666','27'
รบกวนผู้รู้ช่วยหน่อยครับ
ขอบคุณครับ
Tag : PHP
|
|
|
|
|
|
Date :
2013-01-20 01:34:23 |
By :
tum |
View :
2815 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$my_selectJQOf = $_POST[my_selectJQ];
$ik = substr_count($my_selectJQOf, ",");
$arrtext6 = $_POST["text6"];
$arrtext1 = $_POST["text1"];
$arrtext2 = $_POST["text2"];
$arrtext3 = $_POST["text3"];
$arrtext4 = $_POST["text4"];
$arrtext5 = $_POST["text5"];
$t = explode(",",$my_selectJQOf);
for($i=0;$i<count($ik);$i++){
$sql ="insert into tb_project (Stg_id,Pro_year,Pro_name ,Pro_out,Pro_in,Pro_status,Pro_Dep) value ('".$arrtext6."','".$arrtext1."','".$arrtext2."','".$arrtext3."','".$arrtext4."','".$arrtext5."','".$t[$i]."');";
$result = mysql_query($sql) or die(mysql_error());
}
$my_selectJQOf รับค่าจากหน่วยงานมา คือ 4,,20,22,23,24,25,27
คลิก Submit ทีเดียวลงฐานข้อมูลเหมือนด้านบนอ่ะครับ
รบกวนดูให้หน่วยครับผิดตรงไหน
|
ประวัติการแก้ไข 2013-01-20 11:03:57
|
|
|
|
Date :
2013-01-20 11:01:17 |
By :
tum15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับขอบคุณทุกคนมากครับ
|
|
|
|
|
Date :
2013-01-20 14:56:17 |
By :
tum15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2013-01-20 16:38:19 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|