วอนท่านผู้รู้ดูโค้ดให้หน่อยครับ ส่งข้อมูลไปเก็บในฐานข้อมูลไม่ได้ครับ
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cz">
<head>
<title>สมัครสมาชิก</title>
</head>
<body>
<?php
include("config.inc.php") ;
$stuid=$_POST["stuid"];
$password=$_POST["password"];
$password2=$_POST["password2"];
$question=$_POST["question"];
$ans=$_POST["ans"];
$prefixname=$_POST["prefixname"];
$firstname=$_POST["firstname"];
$lastname=$_POST["lastname"];
$date=$_POST["date"];
$yearin=$_POST["yearin"];
$picture=$_POST["picture"];
$homeaddress=$_POST["homeaddress"];
$street=$_POST["street"];
$district=$_POST["disstrict"];
$amphur=$_POST["amphur"];
$province=$_POST["province"];
$postcode=$_POST["postcode"];
$telephone=$_POST["telephone"];
$mobiletext=$_POST["mobiletext"];
$email=$_POST["email"];
$sql="select * from itstudent where stuid='$stuid'";
$query=mysql_query($sql);
$num=mysql_num_rows($query);
$date = date("Y/m/d");
if($num>0) {
?>
<table>
<tr>
<td height="20"></td>
</tr>
</table>
<table align="center" width="40%" border="1" bordercolor="red">
<tr>
<td>
<table width="100%" border="0" align="center" bgcolor="#C4E9F8">
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center" class="Headtable_text">ชื่อเข้าสู่ระบบนี้มีคนใช้แล้ว กรุณาใช้ชื่อใหม่ครับ</td>
</tr>
<tr>
<td align="center"><a href=javascript:history.back()>กลับไปแก้ไข</a></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
</td>
</tr>
</table>
<?
}
else {
$result = mysql_query("insert into itstudent(stuid,password,question,ans,prefixname,firstname,lastname,date,yearin,picture,homeaddress,street,district,amphur,province,postcode,telephone,mobiletext,email,)
values('$stuid','$password','$question','$ans','$prefixname','$firstname','$lastname','$date','$yearin','$picture','$homeaddress','$street','$district','$amphur','$province','$postcode','$telephone','$mobiletext','$email')") or die(mysql_error());
?>
<table>
<tr>
<td height="20"></td>
</tr>
</table>
<table align="center" width="40%" border="1" bordercolor="red">
<tr>
<td>
<table width="100%" border="0" align="center" bgcolor="#C4E9F8">
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center" class="Headtable_text">การสมัครสมาชิกของท่าน เสร็จสมบูรณ์แล้ว</td>
</tr>
<tr>
<td align="center"><a href="index.php">ไปหน้าหลัก</a> <a href="login.php">เข้าสู่ระบบ</a></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
</td>
</tr>
</table>
<?
//echo "<meta http-equiv='refresh' content='3; url=login.php'>" ;
}
?>
</body>
</html>
ติด Error อย่างนี้ครับ
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') values('','','','','1','','','2009-06-10','','','','','','','','','','','')' at line 1Tag : - - - -
Date :
2009-06-14 12:53:48
By :
poohthailao
View :
893
Reply :
2
email,)
Date :
2009-06-14 13:08:51
By :
plakrim
ขอบคุณมากๆๆครับผม
Date :
2009-06-14 13:37:54
By :
poohthailao
Load balance : Server 01