คือว่าอยากทราบวิธี แอด แก้ไข ข้อมูลสมาชิก โดยแยกจังหวัด ไปอีกตารางนึง คนละตารางกับ member แต่ว่าดึงจังหวัดที่มาใช้ไม่เป็นค่ะ ช่วยที
คือว่าในหน้า regigter จะมี list menu ของจังหวัดมาให้เลือก
แต่จำเป็นที่จะต้องทำ ตาราง province ไว้แยกต่างหาก แล้วดึงมาใช้กับ ตาราง member เพื่อใช้ในการสมัครสมาชิก แต่ว่า ดึงค่าที่แอดลงไปขึ้นมาไม่ได้อ่ะค่ะ
Date :
2011-02-05 12:09:22
By :
benji
ลองแล้วค่ะ ไม่ออกอะไรเลยค่ะ แนะนำอีกหน่อยได้มั๊ยค่ะ
Date :
2011-02-05 12:15:28
By :
benji
<select name="province_id">
<?
$strSQL = "select member. *, province.province_id, province_name from member inner join province on member.province_id = province.province_id;
";
$objQuery = mysql_query($strSQL);
while($objResuut = mysql_fetch_array($objQuery))
{
if($strDefault == $objResuut["province_id"])
{
$sel = "selected";
}
else
{
$sel = "";
}
?>
<option value="<?=$objResuut["province_id"];?>" ><?=$objResuut["province_name"];?></option>
<?
}
?>
</select>
เขียนแบบนี้ไว้อ่ะค่ะ แต่มันไม่ดึงค่าที่แอดลงไปในdb ขึ้นมาอ่ะค่ะ
Date :
2011-02-05 12:22:46
By :
benji
ลองแบบไหนขอดูโค๊ดหน่อย gen script ของ table มาด้วยก็ดี
Date :
2011-02-05 12:24:06
By :
PlaKriM
register.php
<?
mysql_connect("localhost","root","root");
mysql_select_db("thaifood_db");
include "data/config.php";
include "data/function.php";
?>
<!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=utf-8" />
<meta http-equiv="content-language" content="th" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<link rel="stylesheet" type="text/css" href="sty.css">
<style type="text/css">
body {
background-image: url(images/bg.jpg);
background-attachment:fixed;
background-repeat:repeat;
}
</style>
<script type="text/javascript" src="fckeditor/fckeditor.js"></script>
<title>หน้าแรก | สมัครสมาชิก</title>
<link href="member/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p> </p>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" background="images/bg2.jpg">
<tr>
<td width="20" align="left" valign="top" ><table width="20" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table></td>
<td colspan="2" align="right" valign="top" ><img src="images/logo.png" width="288" height="60" /></td>
<td align="right" valign="top" ><table width="20" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="20" align="left" valign="top" > </td>
<td width="179" valign="top" bgcolor="#6d4d2c" ><? if ($_SESSION["Status"]=="USER")
{
include("data/menu_left3.php");
}
else{include("data/menu_left2.php");
}?></td>
<td width="839" align="left" valign="top" background="images/bg3.jpg" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br> <img src="images/register.png" /> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><table width="520" border="1" cellpadding="0" cellspacing="0" bordercolor="#D2CBAF">
<!--DWLayoutTable-->
<tr>
<td height="317" align="center" valign="top">
<form name="form1" method="post" action="save_register.php">
<table width="500" border="0" align="center" cellspacing="1">
<tr>
<td></td>
</tr>
<tr>
<td><table width="500" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="35%" align="left" valign="top">ชื่อเข้าใช้งาน :</td>
<td width="65%" align="left" valign="top"><input name="txtUsername" type="text" id="txtUsername" size="20">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" valign="top">รหัสผ่าน :</td>
<td align="left" valign="top"><input name="txtPassword" type="password" id="txtPassword">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" valign="top">ยืนยันรหัสผ่าน :</td>
<td align="left" valign="top"><input name="txtConPassword" type="password" id="txtConPassword">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" valign="top">ชื่อ - นามสกุล :</td>
<td align="left" valign="top"><input name="txtName" type="text" id="txtName" size="35">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" valign="top">อีเมล์ :</td>
<td align="left" valign="top"><input name="txtEmail" type="text" id="txtEmail" size="35"></td>
</tr>
<tr>
<td align="left" valign="top">เพศ :</td>
<td align="left" valign="top"><input name="txtSex" type="radio" value="M" checked>
ชาย
<input type="radio" name="txtSex" value="F">
หญิง<font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="left" valign="top">ที่อยู่ :</td>
<td align="left" valign="top">
<font color="#FF0000"><script type="text/javascript">
oFCKeditor = new FCKeditor( 'Address' ) ;
oFCKeditor.ToolbarSet = 'Basic' ;
oFCKeditor.BasePath = 'fckeditor/' ;
oFCKeditor.Value = '<?=$objResult["Address"];?>' ; //ตกเรียกค่าไป
oFCKeditor.Height = 200 ;
oFCKeditor.Width = 400 ;
oFCKeditor.Create() ;
</script></font></td>
</tr>
<tr>
<td align="left" valign="top">จังหวัด :</td>
<td align="left" valign="top"><select name="province_id">
<option value="">จังหวัด</option>
<?
$strSQL = "SELECT * FROM province ORDER BY province_id ASC";
$objQuery = mysql_query($strSQL);
while($objResuut = mysql_fetch_array($objQuery))
{
?>
<option value="<?=$objResuut["province_id"];?>"><?=$objResuut["province_name"];?></option>
<?
}
?>
</select>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td colspan="2" align="left" valign="top"><input name="ddlStatus" type="hidden" id="ddlStatus" value="USER"></td>
</tr>
<tr>
<td align="left" valign="top"> </td>
<td align="left" valign="top"><input name="Submit" type="submit" class="button" value="ตกลง"></td>
</tr>
</table></td>
</tr>
<tr>
<td width="546" align="center"><span class="copy">......................................................................................</span><br> </td>
</tr>
</table>
<div align="center"></div>
</form>
</td>
</tr>
</table></td>
</tr>
</table></td>
<td width="20" align="right" valign="top" > </td>
</tr>
<tr>
<td height="15" align="left" valign="top" > </td>
<td colspan="2" align="center" valign="top" ><p> </p> </td>
<td align="right" valign="top" > </td>
</tr>
</table>
<p> </p>
</body>
</html>
Date :
2011-02-05 12:30:28
By :
benji
saveregister.php
<!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=utf-8" />
<?
mysql_connect("localhost","root","root");
mysql_select_db("thaifood_db");
include "data/config.php";
if(trim($_POST["txtUsername"]) == "")
{
echo "<script>alert(' กรุณาใส่ชื่อเข่าใช้งาน ');window.location='register.php';</script>";
exit();
}
if(trim($_POST["txtPassword"]) == "")
{
echo "<script>alert(' กรุณาใส่รหัสผ่าน ');window.location='register.php';</script>";
exit();
}
if($_POST["txtPassword"] != $_POST["txtConPassword"])
{
echo "<script>alert(' กรุณายืนยันรหัสผ่าน ');window.location='register.php';</script>";
exit();
}
if(trim($_POST["txtName"]) == "")
{
echo "<script>alert(' กรุณาใส่ชื่อ - นามสกุล ');window.location='register.php';</script>";
exit();
}
if(trim($_POST["txtEmail"]) == "")
{
echo "<script>alert(' กรุณาใส่อีเมล ');window.location='register.php';</script>";
exit();
}
$strSQL = "SELECT * FROM member WHERE Username = '".trim($_POST['txtUsername'])."' ";
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if($objResult)
{
echo "Username already exists!";
}
else
{
$strSQL = "INSERT INTO member (Username,Password,Name,Status,Email,Work,Sex,Address,province_id)
VALUES ('".$_POST["txtUsername"]."', '".$_POST["txtPassword"]."',
'".$_POST["txtName"]."','".$_POST["ddlStatus"]."' ,'".$_POST["txtEmail"]."' ,
'".$_POST["txtWork"]."' ,'".$_POST["Sex"]."' ,'".$_POST["Address"]."' ,
'".$_POST["province_id"]."')";
$objQuery = mysql_query($strSQL);
echo "<script>alert(' สมัครสมาชิกเรียบร้อย กรุณาLogin เข้าสู่ระบบ');window.location='index.php';</script>";
}
mysql_close();
?>
Date :
2011-02-05 12:31:09
By :
benji
เป็นประมาณนี้ค่ะ
Date :
2011-02-05 12:31:48
By :
benji
อธิบายใหม่ได้ไหมว่าอยากทำอะไร ชักจะงง นึกว่าจะดึงข้อมูลสมาชิกมาแสดงพร้อมจังหวัด
Date :
2011-02-05 12:32:53
By :
PlaKriM
ก็คือ สมัครสมาชิกอ่ะค่ะ แต่ว่าจำเป็นที่จะต้องแยก ตารางของจังหวัดอ่ะค่ะ สมัครสมาชิก แล้วก้อเลือกจังหวัดอ่ะค่ะ แต่ว่าตอนแก้ไข มันไม่ดึงจังหวัดที่เราเลือกไปแล้วขึ้นมาอ่ะค่ะ
Date :
2011-02-05 12:37:11
By :
benji
เวลาดึงข้อมูลใช้ join table เหมือนที่บอก แล้วในโค๊ดหน้า edit ตรง dropdownlist จังหวัดให้ใช้ if เช็คเอาเช่น
<option value="">จังหวัด</option>
<?
$strSQL = "SELECT * FROM province ORDER BY province_id ASC";
$objQuery = mysql_query($strSQL);
while($objResuut = mysql_fetch_array($objQuery))
{
?>
<option value="<?=$objResuut["province_id"];?>" <?php if($objResuut["province_id"] == $MemberProvince){ echo 'selected="selected"';}?> ><?=$objResuut["province_name"];?></option>
<?
}
?>
</select>
$MemberProvince คือตัวแปรที่ได้จากการ select ข้อมูลแบบ join table ที่ผมว่า หวังว่าจะเข้าใจนะครับ
ประวัติการแก้ไข 2011-02-05 12:49:05 2011-02-05 12:49:35 2011-02-05 12:50:19
Date :
2011-02-05 12:48:41
By :
PlaKriM
มันก้อยังไม่แสดงจังหวัดที่แอดไปแล้วอ่ะค่ะ T T
Date :
2011-02-05 13:09:11
By :
benji
Load balance : Server 00