|
|
|
ช่วยที insert เข้าตารางไม่ได้มันบอก syntaxerror บรรทัดที่ 17อะ |
|
|
|
|
|
|
|
<?php
$con = mysql_connect("localhost","root@localhost","");
if (!$con)
{
die('ติดต่อฐานข้อมูลไม่ได้: '.mysql_error());
}
mysql_select_db("clickmeshop",$con);
$sql = mysql_query("INSERT INTO member(username,password,name,surname,id_pp,birthday,address,town,z_code,tel,m_ph,email) VALUES('$_POST[username]','$_POST[password]','$_POST[name]','$_POST[surname]','$_POST[id_pp]','$_POST[birthday]','$_POST[address]','$_POST[town]','$_POST[z_code]','$_POST[tel]','$_POST[m_ph]','$_POST[email]')");
if (!mysql_query($sql,$con))
{
die('Error: '.mysql_error());
}
else
{
echo "ป้อนสำเร็จ!";
}
?>
ช่วยที่ไม่รู้ผิดตรงไหนเนี่ย
Tag : - - - -
|
|
|
|
|
|
Date :
13 ส.ค. 2549 12:32:51 |
By :
nongkick |
View :
1949 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เง้อ..ถามผิดบอร์ดหรือเปล่าเนี่ย
แต่เท่าที่ดูคร่าว ๆ อะนะ..คุณยังไม่ได้เรียกใช้คิวรี่เลยอ่ะ..ก็เลย
mysql_query($sql,$con) น่าจะเป็นแบบนี้ก่อนหรือเปล่าครับ
if (!mysql_query($sql,$con))
เห่อ ๆ ตามบอร์ดนี้ก็ตอบไปแบบนี้ละหว่า..งู ๆ ปลา ๆ อ่ะ
|
|
|
|
|
Date :
14 ส.ค. 2549 09:43:36 |
By :
นายกระจอก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|