|
|
|
PHP ในฐานข้อมูลไม่มีข้อมูลที่เพิ่มเข้าไปอะค่ะ ตอนกรอกมันก็ขึ้นว่าบันทึกแล้ว แต่ไปดูในฐานข้อมูลมันไม่มีอะค่ะ T T ช่วยด้วยค่าา |
|
|
|
|
|
|
|
เอา sql ออกมาดูก่อนก็ได้ echo $strSQL exit;
Code (PHP)
$strSQL = "INSERT INTO Members (UserID, Name, Email, Address, Telephone)
VALUES ('$txtuser', '$txtName', '$txtmail', '$txtadd', '$txttel')";
//echo $strSQL exit;
if(mysql_query($strSQL) ){
echo "<b>Register Completed!</b></br></br>";
echo "<b>Information</b></br>";
echo " <b>UserID :</b> $txtuser</br>
<b> Name :</b>$txtName</br>
<b>Email :</b> $txtmail </br>
<b>Address :</b> $txtadd</br>
<b>Telephone Number :</b> $txttel </br>";
echo "<br> Go to <a href='index.php'>Back</a>";
}
|
|
|
|
|
Date :
2015-05-05 10:42:36 |
By :
ipstarone |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|