 |
php mysql ช่วยดูทีครับ กรอกแล้วไม่ insert ลงฐานข้อมูล |
|
 |
|
|
 |
 |
|
Code (PHP)
$strSQL= "INSERT INTO member (User,Pass,Email) VALUES ('" .$_POST["txtuser"]."', '".$_POST["txtpass"]."','".$_POST["txtmail"]."')";
$objQuery = mysql_query($strSQl) or die (mysql_error($strSQl));
|
 |
 |
 |
 |
Date :
2012-11-10 19:41:40 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
มีปัญหาตั้งแต่การ connect ครับ
|
 |
 |
 |
 |
Date :
2012-11-10 20:56:16 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|