|
|
|
ช่วยดู code ให้หน่อยครับว่าทำไม add ลงใน tableไม่ได้อ่ะครัย |
|
|
|
|
|
|
|
<?php
include("../connections/connections.php");
$title=$_POST["title"];
$fname =$_POST["fname"];
$lname=$_POST["lname"];
$position=$_POST["position"];
$group=$_POST["group"];
$username=$_POST["username"];
$password=$_POST["password"];
$cpassword=$_POST["cpassword"];
$email=$_POST["email"];
$ans_forget=$_POST["ans_forget"];
$que_forget=$_POST["que_forget"];
if ($password == $cpassword)
{
mysql_query("INSERT INTO tb_user (title, fname, lname, position, group, username, password, cpassword, email, que_forget, ans_forget) VALUES ('$title','$fname','$lname','$position','$group','$username', '$password','$cpassword','$email','$que_forget','$ans_forget')") or die ("Add ข้อมูลลง Table ไม่ได้ ");
mysql_close();
//echo "Add ข้อมูลลง Table เสร็จเรียบร้อยแล้ว ";
echo "<meta http-equiv=refresh content=3;url=add_complete.php>";
}
else
{
echo "กรุณากรอกรหัสผ่านให้ตรงกัน";
}
//mysql_close();
?>
Tag : - - - -
|
|
|
|
|
|
Date :
13 ก.ย. 2549 00:27:01 |
By :
klang |
View :
1679 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mysql_query(ชื่อดาต้าเบส,"INSERT INTO tb_user (title, fname, lname, position, group, username, password, cpassword, email, que_forget, ans_forget) VALUES ('$title','$fname','$lname','$position','$group','$username', '$password','$cpassword','$email','$que_forget','$ans_forget')") or die ("Add ข้อมูลลง Table ไม่ได้ ");
ลองดูครับ...
|
|
|
|
|
Date :
13 ก.ย. 2549 06:40:04 |
By :
q.-_-.p |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแล้วครับแต่มันเตือนว่า ใส่ชื่อดาต้าเบสแล้ว มันไม่ถูกต้องอ่ะครับทำไงดีครับ add ไม่ได้ มันบอกว่า Add ข้อมูลลง Table ไม่ได้ ใครก็ได้ช่วยที
ปล. ขอบคุณสำหรับความช่วยเหลือนะครับ
|
|
|
|
|
Date :
13 ก.ย. 2549 22:42:58 |
By :
klang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอา
connections.php
มาดูก่อนคับ
|
|
|
|
|
Date :
14 ก.ย. 2549 10:49:01 |
By :
ไม่ลองม่รู้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_connections = "localhost";
$database_connections = "e-office";
$username_connections = "root";
$password_connections = "";
$connections = mysql_pconnect($hostname_connections, $username_connections, $password_connections) or trigger_error(mysql_error(),E_USER_ERROR);
?>
เอามาแล้วครับ ช่วยดูให้หน่อยครับ
ปล. มีเตือนว่าให้ตรวจสอบ mysql version ด้วยอ่ะครับไม่รู้ว่าต้องทำไงครับ
|
|
|
|
|
Date :
14 ก.ย. 2549 21:52:07 |
By :
klang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|