|
|
|
รบกวนดวยค่ะ :: insert ข้อมูล แต่ในฐานข้อมมูลไม่มีข้อมมูลขึ้น |
|
|
|
|
|
|
|
คือ กำลังทำโค้ด insert ข้อมูล
พอกด OK โค้ดไม่ขึ้น error แต่ในฐานข้อมูลไม่มีข้อมูลขึ้นทีแต่ t_id ที่รันเพิ่มค่ะ
เลยอยากจะสอบถมว่าโค้ด ผิดพลาดตรงไหนหรือเปล่าค่ะ
<?
$selectname=addslashes($_POST['selectname']);
$selectcopy=addslashes($_POST['selectcopy']);
$typecopy=addslashes($_POST['typecopy']);
$checkbox1=addslashes($_POST['checkbox1']);
$checkbox2=addslashes($_POST['checkbox2']);
$checkbox3=addslashes($_POST['checkbox3']);
$checkbox4=addslashes($_POST['checkbox4']);
$checkbox5=addslashes($_POST['checkbox5']);
$checkbox6=addslashes($_POST['checkbox6']);
$sheet=addslashes($_POST['sheet']);
$set=addslashes($_POST['set']);
$type=addslashes($_POST['type']);
print"<center>enter<br><hr>";
print"selectname :".$selectname."<br>";
print"selectcopy :" .$selectcopy."<br>";
print"typecopy :". $typycopy."<br>";
print"checkbox1 :".$checkbox1."<br>";
print"checkbox2:" .$checkbox2."<br>";
print"checkbox3 :" . $checkbox3."<br>";
print"checkbox4 :" . $checkbox4."<br>";
print"checkbox5 :" . $checkbox5."<br>";
print"checkbox6 :" . $checkbox6."<br>";
print"sheet :" .$sheet."<br>";
print"set :" .$set."<br>";
print"type:" . $type."<br>";
"</center>".
mysql_connect("localhost","root","1234");
mysql_query("set name tis620");
$sql="INSERT INTO `pro`.`transaction_data` (
`t_id` ,
`selectname` ,
`selectcopy` ,
`typecopy` ,
`checkbox1` ,
`checkbox2` ,
`checkbox3` ,
`checkbox4` ,
`checkbox5` ,
`checkbox6` ,
`sheet` ,
`set` ,
`type`
)
VALUES (
`t_id` ,`selectname` ,`selectcopy` ,`typecopy` ,`checkbox1` ,`checkbox2` ,`checkbox3` ,`checkbox4` ,`checkbox5` ,
`checkbox6` ,`sheet` ,`set` ,`type`
);
";
$result=mysql_query($sql);
mysql_close();
?>
<p> </p>
<p> </p>
<p> </p>
<p><a href="staffform.html">back</a></p>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-07-13 19:26:00 |
By :
numalee |
View :
940 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆๆ
|
|
|
|
|
Date :
2009-07-13 19:48:49 |
By :
numalee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VALUES (
`t_id` ,`selectname` ,`selectcopy` ,`typecopy` ,`checkbox1` ,`checkbox2` ,`checkbox3` ,`checkbox4` ,`checkbox5` ,
`checkbox6` ,`sheet` ,`set` ,`type`
);
พวกนี้ (ตัวหนา) ยังไม่ได้ใส่ $ นะครับ
|
|
|
|
|
Date :
2009-07-13 20:44:36 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$result=mysql_query($sql) or die(mysql_error());
คราวนี้ได้เห็น error แน่นอนครับ
|
|
|
|
|
Date :
2009-07-14 01:53:18 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่ id เพิ่มเนื่องจาก เป็นการ insert ค่าว่าง ๆ ให้นะสิครับ
ลองเช็ค ตัวแปรที่รับค่ามาดี ๆ ครับ
ลอง debug ดี ๆ
|
|
|
|
|
Date :
2009-07-14 11:58:17 |
By :
taobsd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เย้ๆ
ได้แล้วค่ะ เพิ่ม $ เข้าไปแล้วได้เลย
เย้ๆ
ขอบคุณมากเลยค่ะ
|
|
|
|
|
Date :
2009-07-14 18:35:29 |
By :
numalee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยินดีด้วยนะครับ
|
|
|
|
|
Date :
2009-07-15 16:19:15 |
By :
taobsd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|