|
|
|
code update record ช่วยดูห่หน่อยค่ะ ว่ามันผิดตรงไหน หายังไงก้อหาไม่เจอ |
|
|
|
|
|
|
|
Memberformedit.php
<? include "headlog.php" ;?>
<? include("scrip.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">
<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {color: #000000}
.style3 {color: #0000FF}
-->
</style>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<title>..:::ระบบจัดการกลุ่มออมทรัพย์เพื่อการผลิต:::..</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="main_style.css" rel="stylesheet" type="text/css" />
</head>
<?
$strDefault = $objResult2["prefix"] ;
mysql_connect("localhost","root","1234") or die(mysql_error());
mysql_select_db("savingdbdb");
?>
<body>
<div class="warp" >
<div class="body" >
<div id="left_block">
<p style=" clear:both;margin:10px 0 0;">
<div class="manu_list" style="margin-top:1px;">
<td colspan="2"><img src="images/menu.gif" width="220" height="30" /></td>
<a href="authdepindex.php">หน้าแรก</a>
<a href="authdepprofile">ข้อมูลส่วนตัว</a>
<a href="authdepmem">จัดการข้อมูลสมาชิก</a>
<a href="authdepitem">จัดการข้อมูลเงินฝาก</a>
<a href="authdepdiv">คำนวณเงินปันผล</a>
<a href="authdeppaydiv">ข้อมูลการจ่ายเงินปันผล</a>
<a href="authnews">จัดการข้อมูลข่าวประชาสัมพันธ์</a>
<a href="logout.php">ออกจากระบบ</a>
</div>
</p>
</div>
</div>
<div id="right_block">
<font size="18" color="#993300"><b><center> แก้ไขข้อมูลสมาชิก </center></b></font>
<form action="savememedit.php?user_id=<?=$_GET["uID"];?>" name="frm" method="post">
<?
include("connect.php");
$strSQL = "SELECT * FROM user WHERE user_id = ".$_GET["uID"];
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if(!$objResult)
{
echo "Not found user_id=".$_GET["uID"];
}
else
{
?>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="0" bordercolor="#000066">
<tr>
<td width="23%" height="38" align="right"><strong>คำนำหน้า :</strong></td>
<td width="72%" align="left">
<select name="txtprefix">
<option value="">--คำนำหน้า--</option>
<?
$strSQL= "SELECT * FROM prefix";
$objQuery2 = mysql_query($strSQL);
while($objResult2 = mysql_fetch_array($objQuery2))
{
if($objResult["prefix"] == $objResult2["prefix_id"])
{
$sel = "selected='selected'";
}
else
{
$sel = "";
}
?>
<option value="<?=$objResult2["prefix_id"];?>" <?=$sel;?>>
<?=$objResult2["prefix_name"];?>
</option>
<?
}
?>
</select> <td width="2%" align="left"> </td>
<td width="2%" align="left"> </td>
</tr>
<tr>
<td height="34" align="right">
<strong>ชื่อ :</strong></td>
<td align="left">
<input type="text" name="txtfname" value="<? echo $objResult['fname'];?>" >
<strong>นามสกุล :</strong>
<input type="text" id="txtlname" name="txtlname" value="<?=$objResult['lname']?>">
</td>
<td height="34" align="right"> </td>
<td align="left"> </td>
</tr>
<tr>
<td height="86" align="right"><strong>ที่อยู่ :</strong></td>
<td align="left">
<textarea name="txtaddress" cols="38" rows="4" id="txtaddress" ><?=$objResult["address"]; ?></textarea></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<td height="38" align="right"><strong>หมายเลขบัตรประชาชน :</strong></td>
<td align="left">
<input type="text" id="txtidcard" name="txtidcard" maxlength="13" value="<?=$objResult["idcard"];?>">
<font color="red">**13 ตัวอักษร**</font> </td>
<td align="left"> </td>
<br />
<td align="left"> </td>
</tr>
<tr>
<td height="38" align="right"><strong>วันเกิด :</strong></td>
<td align="left">
<input type="text" id="txtbirth" name="txtbirth" value="<?=$objResult["birth"];?>" />
<a href="javascript:displayDatePicker('txtbirth')"><img border="0" src="images/calendar.jpg" width="19" height="19" /></a></td>
<td align="left"> </td>
<td align="left"> </td>
<td width="0%" align="left"><a href="javascript:displayDatePicker('txtbirth')">
</a>
</td>
<td width="1%" align="left"> </td>
</tr>
<tr>
<td height="41" align="right"><strong>เบอร์ติดต่อ :</strong></td>
<td align="left">
<input type="text" id="txttelephone" name="txttelephone" value="<?=$objResult["telephone"];?>"/>
<span class="style1">**ตย. 089-0000000**</span></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<tr>
<td height="37" align="right"><strong>อาชีพ :</strong></td>
<td align="left">
<input type="text" id="txtoccupation" name="txtoccupation" value="<?=$objResult["occupation"];?>"/>
<strong>รายได้เฉลี่ยต่อเดือน :
<input name="txtsalary" type="text" id="txtsalary" size="10" value="<?=$objResult["salary"];?>"/>
บาท</strong>
</td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<tr>
<td height="37" align="right"><strong>จำนวนเงินฝากต่อเดือน :</strong></td>
<td align="left">
<input type="text" id="txtdep_mount" name="txtdep_mount" value="<?=$objResult["dep_mount"];?>"/>
<strong>บาท</strong></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<br/><br/>
<tr>
<td align="center">
<td align="center">
<div align="left">
<input type="submit" value="บันทึก" />
<input type="reset" value="ยกเลิก" />
</div></td>
<td align="center"> </td>
<td align="center">
<div align="left">
<p> </p>
<p> </p>
</div></td>
</td>
</tr>
</table>
<?
}
mysql_close($objConnect);
?>
</form>
<br/>
</p>
</div>
savememedit.php
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<?
include("connect.php");
$strSQL = "UPDATE user SET ";
$strSQL .="prefix = '".$_POST["txtprefix"]."' ";
$strSQL .=",fname = '".$_POST["txtfname"]."' ";
$strSQL .=",lname = '".$_POST["txtlname"]."' ";
$strSQL .=",address = '".$_POST["txtaddress"]."' ";
$strSQL .=",idcard = '".$_POST["txtidcard"]."' ";
$strSQL .=",birth = '".$_POST["txtbirth"]."' ";
$strSQL .=",telephone = '".$_POST["txttelephone"]."' ";
$strSQL .=",occupation = '".$_POST["txtoccupation"]."' ";
$strSQL .=",salary = '".$_POST["txtsalary"]."' ";
$strSQL .=",dep_mount = '".$_POST["txtdep_mount"]."' ";
$strSQL .="WHERE user_id = '".$_GET["uID"]."' ";
$objQuery = mysql_query($strSQL);
if($objQuery)
{
//echo "<meta http-equiv='refresh' content='0; url=adm.php '>";
echo "<script>alert('บันทึกเรียบร้อยแล้ว');</script>";
echo "<meta http-equiv='refresh' content='0; url=authdepmem.php'>";
}
else
{
echo "<center>ไม่สามารถบันทึกได้[".$strSQL."]</center>";
}
mysql_close($objConnect);
?>
</body>
</html>
Tag : PHP, Ms Access
|
|
|
|
|
|
Date :
2012-02-23 10:40:54 |
By :
lookpla26 |
View :
882 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$objQuery = mysql_query($strSQL) or die(mysql_error());
จะได้รู้ว่า error เพราะอะไรครับ
|
|
|
|
|
Date :
2012-02-23 10:59:27 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|