|
|
|
สอบถามหน่อยค่ะ กดสมัครสมาชิกในหน้า form แล้ว แต่ข้อมูลไม่บันทึกลงใน database ให้ค่ะ |
|
|
|
|
|
|
|
คือว่าพอกดสมัครสมาชิกแล้ว มันไม่บันทึกลงในฐานข้อมูลให้อ่ะค่ะ ผิดตรงไหนรึป่าว รบกวนช่วยดูให้หน่อยค่ะ
Code (PHP)
<?php
include("connect.php");
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Workshop 19-1</title>
<link rel="stylesheet" href="css.css" />
</head>
<body>
<p>
<?php
if($errmsg != "") {
echo "<font color=red><ul>$errmsg</ul></font>";
}
?>
</p>
<form id="form1" name="form" method="post" action="regissave.php"><table width="49%" border="0" align="center">
<tr>
<td colspan="2" bgcolor="#FFFFFF"><img src="image/registerr.jpg" width="550" height="158" /></td>
</tr>
<tr>
<td width="214" align="right" bgcolor="#FFFFFF">ชื่อผู้ใช้ :</td>
<td width="332" bgcolor="#FFFFFF"><label for="username"></label>
<input name="username" type="text" id="username" maxlength="20" /></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">รหัสผ่าน :</td>
<td bgcolor="#FFFFFF"><label for="password"></label>
<input type="password" name="password" onkeypress=check_number(); id="password">
</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">ยืนยันรหัสผ่าน :</td>
<td bgcolor="#FFFFFF"><label for="confirm"></label>
<input type="password" name="confirm" onkeypress="check_number();" id="confirm" /></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">ชื่อ :</td>
<td bgcolor="#FFFFFF"><label for="name"></label>
<input name="name" type="text" id="name" maxlength="25" /></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">นามสกุล :</td>
<td bgcolor="#FFFFFF"><label for="lastname"></label>
<input name="lastname" type="text" id="lastname" maxlength="25" /></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">เพศ :</td>
<td bgcolor="#FFFFFF"><input name="sex" type="radio" id="male" value="m" />
<label for="sex">ชาย
<input name="sex" type="radio" id="female" value="f" />
หญิง</label></td>
</tr>
<tr>
<td height="24" align="right">วัน/เดือน/ปีเกิด :</td>
<td>
<? echo '<select name="date">';
for($d = 1 ; $d <= 31 ; $d++){
echo '<option value="'.$d.'">วันที่ '.$d.'</option>';
}
echo '</select>';
echo '<select name="month">';
$months = array('','มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กกรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม');
for($i = 1; $i <= 12; $i++){
echo '<option value="'.$i.'">'.$months[$i].'</option>';
}
echo '</select>';
echo '<select name="year">';
for($y = 2500; $y <= 2600 ; $y++){
echo '<option value="'.$y.'">พศ.'.$y.'</option>';
}
echo '</select>';
$bday= $y."-".$months[$i]."-".$d;
?>
<br></label></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">อายุ :</td>
<td bgcolor="#FFFFFF"><label for="age"></label>
<input name="age" type="text" id="date" onchange="calAge(this);" size="2" maxlength="2">
ปี
</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">เบอร์โทรศัพท์ :</td>
<td bgcolor="#FFFFFF"><input name="phone" type="text" onkeypress="check_number();" maxlength="10" id="phone" /></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">Email :</td>
<td bgcolor="#FFFFFF"><label for="email"></label>
<input name="email" type="text" id="email" maxlength="20" /></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">ที่อยู่ :</td>
<td bgcolor="#FFFFFF"><textarea name="address" id="address" cols="45" rows="5"></textarea></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">สถานะผู้ใช้ :</td>
<td bgcolor="#FFFFFF"><label for="address"></label>
<select name="status" id="status">
<option>ผู้จัดงาน</option>
<option>สมาชิกทั่วไป</option>
</select></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FFFFFF"><input type="submit" name="register" id="register" value="สมัครสมาชิก" />
<input type="reset" name="Reset" id="button" value="ยกเลิก" /></td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<?php
mysql_connect("localhost","root","root");
mysql_select_db("seminars");
if(trim($_POST["username"]) == "")
{
echo"<script>alert('กรุณากรอก Username');history.back();</script>";
exit();
}
if(trim($_POST["password"]) == "")
{
echo"<script>alert('กรุณากรอก Password');history.back();</script>";
exit();
}
if($_POST["password"] != $_POST["confirm"])
{
echo"<script>alert('Password ไม่ตรงกัน');history.back();</script>";
exit();
}
if(trim($_POST["name"]) == "")
{
echo"<script>alert('กรุณากรอกชื่อ');history.back();</script>";
exit();
}
if(trim($_POST["lastname"]) == "")
{
echo"<script>alert('กรุณากรอกนามสกุล');history.back();</script>";
exit();
}
if(trim($_POST["phone"]) == "")
{
echo"<script>alert('กรุณากรอกเบอร์โทรศัพท์');history.back();</script>";
exit();
}
if(trim($_POST["email"]) == "")
{
echo"<script>alert('กรุณากรอก Email');history.back();</script>";
exit();
}
if(trim($_POST["address"]) == "")
{
echo"<script>alert('กรุณากรอกที่อยู่');history.back();</script>";
exit();
}
$strSQL = "SELECT * FROM member WHERE username = '".trim($_POST['username'])."' ";
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if($objResult)
{
echo"<script>alert('Username นี้ใช้ไม่ได้');history.back();</script>";
}
else
{
$birthday = $_POST['year'].'-'. $_POST['month'].'-'.$_POST['day'];
$sql = "INSERT INTO member (username, password, confirm, name, lastname, sex, birthday, age, phone, email, address, status)
VALUES ('$username','$password', '$confirm', '$name', '$lastname', '$sex', '$birthday', '$age', '$phone', '$email', '$address', '$status')";
$objQuery = mysql_query($strSQL);
echo "Register Completed!<br>";
echo "<br> Go to <a href='login.php'>Login page</a>";
}
mysql_close();
?>
Tag : PHP
|
|
|
|
|
|
Date :
2014-09-25 18:19:16 |
By :
mhiwzz |
View :
659 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$objQuery = mysql_query($strSQL);
เพิ่มเป็น
$objQuery = mysql_query($strSQL) or die(mysql_error());
ลองดูครับว่ามันมี error หรือเปล่า
|
|
|
|
|
Date :
2014-09-25 18:38:25 |
By :
tam78910 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแล้วค่ะ ยังไม่ได้เลยค่ะ
|
|
|
|
|
Date :
2014-09-25 19:15:27 |
By :
mhiwzz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวแปรพวกนี้มาจากไหนครับ ไม่เห็นประกาศเหมือน $birthday
Code (PHP)
VALUES ('$username','$password', '$confirm', '$name', '$lastname', '$sex', '$birthday', '$age', '$phone', '$email', '$address', '$status')";
|
|
|
|
|
Date :
2014-09-25 20:08:20 |
By :
sabaitip |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บรรทัด 64 ใช้ $sql แต่บรรทัด 66 ใช้ $strSQL น่าจะผิดที่ตรงนี้ละครับ
|
|
|
|
|
Date :
2014-09-25 22:01:26 |
By :
chinsai1412 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql = "INSERT INTO member (username, password, confirm, name, lastname, sex, birthday, age, phone, email, address, status) VALUES ('$username','$password', '$confirm', '$name', '$lastname', '$sex', '$birthday', '$age', '$phone', '$email', '$address', '$status')";
$objQuery = mysql_query($strSQL);
|
|
|
|
|
Date :
2014-09-26 09:49:52 |
By :
armhwz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|