|
|
|
รบกวนช่วยดูโค้ด บันทึก multi textbox ให้ทีครับข้อมูลไม่เข้า |
|
|
|
|
|
|
|
ฐานข้อมูล
ฟอร์ม
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com JavaScript Add/Remove Element</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<script language="javascript">
function CreateNewRow()
{
var intLine = parseInt(document.frmMain.hdnMaxLine.value);
intLine++;
var theTable = document.getElementById("tbExp");
var newRow = theTable.insertRow(theTable.rows.length)
newRow.id = newRow.uniqueID
var newCell
//*** Column 1 ***//
newCell = newRow.insertCell(0);
newCell.id = newCell.uniqueID;
newCell.setAttribute("className", "css-name");
newCell.innerHTML = "<center><INPUT TYPE=\"TEXT\" SIZE=\"5\" object=\"Column1_"+intLine+"\" day=\"Column1_"+intLine+"\" total=\"\"></center>";
//*** Column 2 ***//
newCell = newRow.insertCell(1);
newCell.id = newCell.uniqueID;
newCell.setAttribute("className", "css-name");
newCell.innerHTML = "<center><INPUT TYPE=\"TEXT\" SIZE=\"5\" object=\"Column2_"+intLine+"\" day=\"Column1_"+intLine+"\" total=\"\"></center>";
//*** Column 3 ***//
newCell = newRow.insertCell(2);
newCell.id = newCell.uniqueID;
newCell.setAttribute("className", "css-name");
newCell.innerHTML = "<center><INPUT TYPE=\"TEXT\" SIZE=\"5\" object=\"Column3_"+intLine+"\" day=\"Column1_"+intLine+"\" total=\"\"></center>";
document.frmMain.hdnMaxLine.value = intLine;
}
function RemoveRow()
{
intLine = parseInt(document.frmMain.hdnMaxLine.value);
if(parseInt(intLine) > 0)
{
theTable = document.getElementById("tbExp");
theTableBody = theTable.tBodies[0];
theTableBody.deleteRow(intLine);
intLine--;
document.frmMain.hdnMaxLine.value = intLine;
}
}
</script>
<body>
<form name="frmMain" method="post" action="tt5save.php">
<p> </p>
<p>รหัสประจำตัว
<input type="text" id="txtNumberA52" name="id" value="เพิ่มอัตโนมัติ" />
</p>
<table width="445" border="1" id="tbExp">
<tr>
<td><div align="center">Column 1 </div></td>
<td><div align="center">Column 2 </div></td>
<td><div align="center">Column 3 </div></td>
</tr>
</table>
<input type="hidden" name="hdnMaxLine" value="0">
<input name="btnAdd" type="button" id="btnAdd" value="+" onClick="CreateNewRow();">
<input name="btnDel" type="button" id="btnDel" value="-" onClick="RemoveRow();">
<input type="submit" name="submit" value="ส่งข้อมูล">
</form>
</body>
</html>
หน้าบันทึก
Code (PHP)
<html>
<head>
<title></title>
</head>
<body bgcolor=#FFCC66 >
<center>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("police_mamber");
mysql_query("SET character_set_results=tis620");
mysql_query("SET character_set_client=tis620");
mysql_query("SET character_set_connection=tis620");
$strSQL = "INSERT INTO ob ";
$strSQL .="(id)";
$strSQL .="VALUES ";
$strSQL .="('".$_POST["id"]."') ";
$id = mysql_insert_id(); // กรณีที่เป็นค่า auto increment
for($i=1;$i<=$_POST["hdnLine"];$i++)
{
$strSQL = "INSERT INTO bw ";
$strSQL .="(bw_id,id,object,day,total) ";
$strSQL .="VALUES ";
$strSQL .="('".$_POST["NULL$i"]."','".$_POST["$id$i"]."', ";
$strSQL .="'".$_POST["object$i"]."' ";
$strSQL .=",'".$_POST["day$i"]."','".$_POST["total$i"]."', ";
}
$objQuery = mysql_query($strSQL);
if($objQuery)
{
echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0;URL=testmultishow.php\">";
}
else
{
echo "ผิดพลาด ข้อมูลไม่ถูกต้อง หรือ มีรายละเอียดซ้ำกัน";
}
mysql_close($objConnect);
?>
</center>
</body>
</html>
Tag : PHP, MySQL
|
ประวัติการแก้ไข 2013-02-05 13:04:46 2013-02-05 13:31:08
|
|
|
|
|
Date :
2013-02-05 13:02:37 |
By :
puldool |
View :
1067 |
Reply :
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
** for($i=1;$i<=(int)$_POST["hdnMaxLine"];$i++)
** '".$_POST["total_".$i"]."' ลองเปลี่ยนทุกตัวเป็นตามนี้นะคะ
|
|
|
|
|
Date :
2013-02-05 13:35:06 |
By :
shushu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้ครับ ไม่รู้ผมเข้าใจถูกรึเปล่า เลยลองแก้ดูใช่แบบนี้ไหมครับ
Code (PHP)
<html>
<head>
<title></title>
</head>
<body bgcolor=#FFCC66 >
<center>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("police_mamber");
mysql_query("SET character_set_results=tis620");
mysql_query("SET character_set_client=tis620");
mysql_query("SET character_set_connection=tis620");
$strSQL = "INSERT INTO ob ";
$strSQL .="(id)";
$strSQL .="VALUES ";
$strSQL .="('".$_POST["id"]."') ";
$id = mysql_insert_id(); // กรณีที่เป็นค่า auto increment
$strSQL = "INSERT INTO bw ";
$strSQL .="(bw_id,id,object,day,total) ";
$strSQL .="VALUES ";
***********////////////////////////
for($i=1;$i<=(int)$_POST["hdnMaxLine"];$i++)
{
$strSQL = "INSERT INTO bw ";
$strSQL .="(bw_id,id,object,day,total) ";
$strSQL .="VALUES ";
$strSQL .="('".$_POST["NULL_$i"]."','".$_POST["$id_$i"]."', ";
$strSQL .="'".$_POST["object_$i"]."' ";
$strSQL .=",'".$_POST["day_$i"]."','".$_POST["total_$i"]."', ";
}
*************/////////////////////////
$objQuery = mysql_query($strSQL);
if($objQuery)
{
echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0;URL=testmultishow.php\">";
}
else
{
echo "ผิดพลาด ข้อมูลไม่ถูกต้อง หรือ มีรายละเอียดซ้ำกัน";
}
mysql_close($objConnect);
?>
</center>
</body>
</html>
|
|
|
|
|
Date :
2013-02-05 14:14:41 |
By :
puldool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'".$_POST["total_".$i"]."' หน้า $i มีจุดนะคะ
ถ้าค่า id เป็น auto increment ก็ไม่จำเป็นต้องใส่แล้วนะคะ
ข้างล่างนี้เป็นโคด insert ค่ะ คล้ายกัน ลองศึกษาดู
id เป็น auto increment ก็เลยไม่ใส่ค่ะ
Code (PHP)
<?php
include("mysql_connect.php");
for($i=1;$i<=(int)$_POST["hdnMaxLine"];$i++)
{
if(isset($_POST["submit"]))
{
$x=$_POST["x_".$i];
$y=$_POST["y_".$i];
$z=$_POST["z_".$i];
$query="INSERT INTO tablename(x,y,z) VALUES('$x','$y','$z')";
$result=mysql_query($query) or die(mysql_error());
if($result)
{
echo"<center><font face=\"ms sans serif\" size=3>Your detail recorded</font></center>";
}else{
echo"cannot record";
}
}
}
?>
|
|
|
|
|
Date :
2013-02-05 14:32:18 |
By :
shushu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดูแล้วครับ ตอนนี้ติด Column count doesn't match value count at row 1 ครับ ToT
Code (PHP)
<html>
<head>
<title></title>
</head>
<body bgcolor=#FFCC66 >
<center>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("police_mamber");
mysql_query("SET character_set_results=tis620");
mysql_query("SET character_set_client=tis620");
mysql_query("SET character_set_connection=tis620");
$strSQL = "INSERT INTO ob ";
$strSQL .="(id)";
$strSQL .="VALUES ";
$strSQL .="('".$_POST["id"]."') ";
$id = mysql_insert_id(); // กรณีที่เป็นค่า auto increment
for($i=1;$i<=(int)$_POST["hdnMaxLine"];$i++)
{
if(isset($_POST["submit"]))
{
$strSQL .="('".$_POST["NULL_".$i]."','".$_POST["$id_".$i]."', ";
$strSQL .="'".$_POST["object_".$i]."' ";
$strSQL .=",'".$_POST["day_".$i]."','".$_POST["total_".$i]."', ";
///$query="INSERT INTO tablename(x,y,z) VALUES('$x','$y','$z')";
$query="INSERT INTO bw(bw) VALUES('$bw_id','$id','$object','$day','$total')";
$result=mysql_query($query) or die(mysql_error());
$objQuery = mysql_query($strSQL);
if($objQuery)
{
echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0;URL=testmultishow.php\">";
}
else
{
echo "ผิดพลาด ข้อมูลไม่ถูกต้อง หรือ มีรายละเอียดซ้ำกัน";
}
mysql_close($objConnect);
}}
?>
</center>
</body>
</html>
|
ประวัติการแก้ไข 2013-02-05 15:28:09
|
|
|
|
Date :
2013-02-05 15:26:56 |
By :
puldool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$query="INSERT INTO bw(bw) VALUES('$bw_id','$id','$object','$day','$total')";
** insert into tablename(column1,column2,column3)
ถ้า ตารางมีชื่อว่า product
insert into product(column1,column2,column3)
column = จะใส่ข้อมูลใน column อะไรบ้าง ต้องตรงกันนะคะ
ไม่ทราบว่า id เป็น auto increment ไหมคะ
|
|
|
|
|
Date :
2013-02-05 15:44:01 |
By :
shushu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bw_id เป็น auto increment ครับ
ส่วน id เป็น auto increment อีกฐานข้อมูลหนึ่งมาเป็นคีย์ร่วมครับ
ลองแล้วครับแก้ไปแก้มา ตัวเลขไม่เข้า แล้วมันเพิ่มจำนวนแถวเกินจริงด้วยครับ
|
ประวัติการแก้ไข 2013-02-05 15:52:07
|
|
|
|
Date :
2013-02-05 15:48:19 |
By :
puldool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bw_id เป็น auto increment และ เป็น primary ใช่ไหมค่ะ งั้นไม่ต้องใส่ค่ะ เพราะใน database เซตไว้แล้วเป็น auto increment
|
|
|
|
|
Date :
2013-02-05 15:59:59 |
By :
shushu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|