|
|
|
เอ็กซิคิวต์คำสั่ง SQLไม่ได้ ช่วยดูให้หน่อยครับ..mysql_query($sql_str,$db_connect) or die ("เอ็กซิคิวต์คำสั่งSqLไม่ได้"); |
|
|
|
|
|
|
|
ช่วยดูหน่อยครับว่าผมเขียนตรงไหนผิด
Code (PHP)
<?
$u_id = $_REQUEST['user_id'];
$u_pass = $_REQUEST['pass_id'];
$u_name = $_REQUEST['user_name'];
$u_Lname = $_REQUEST['user_Lname'];
$u_address = $_REQUEST['address'];
$u_email = $_REQUEST['email'];
$u_telphon = $_REQUEST['telphon'];
$sql_str = "insert into" .
"tbuser(user_id, user_name, password, user_type, user_Lname, address, email, telphon, update_date)" .
"values ('" . $u_id . "','" . $u_name . "','" . $u_pass . "','U','" . $u_Lname . "','" . $u_address . "','" . $u_email . "','" . $telphon ."', sysdate())";
echo "$sql_str";
$user = "root";
$password = "1234";
$db_connect = mysql_connect("localhost",$user,$password)or die("ไม่สามรถเชื่อมต่อฐานข้อมูลได้");
$db = mysql_select_db("dom",$db_connect)or die("ติดต่อฐานข้อมูลไม่ได้");
mysql_query($sql_str,$db_connect) or die ("เอ็กซิคิวต์คำสั่งSqLไม่ได้");
mysql_close($db_connect);
?>
<center>เพิ่มข้อมูลเรียบร้อย<br/>
<a href="login.php?user_id=<?=$u_id?>&pass_id=<?=$u_pass?>">คลิกเพื่อLogin เข้าสู่ระบบ</a>
</center>
Tag : PHP
|
|
|
|
|
|
Date :
2011-08-25 10:39:47 |
By :
ช่วยดูให้หน่อย |
View :
953 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
insert intotbuser(user_id, user_name, password, user_type, user_Lname, address, email, telphon, update_date)values ('maysamimi','กอบแก้ว','111','U','จันทร์มา','52/7 กทม','[email protected]','098876524', sysdate())เอ็กซิคิวต์คำสั่งSqLไม่ได้
|
|
|
|
|
Date :
2011-08-25 10:40:18 |
By :
ดูให้ทีครับ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mysql_query($sql_str,$db_connect) or die ("เอ็กซิคิวต์คำสั่งSqLไม่ได้");
เปลี่ยนเป็น
mysql_query($sql_str,$db_connect) or die (mysql_error());
|
|
|
|
|
Date :
2011-08-25 11:02:26 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2011-08-25 12:01:52 |
By :
หห |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|