|
|
|
พี่ช่วยดู Code ให้ ที ครับ มันไม่ยอมอัพเดทขอ้มุลเข้าตาราง อะครับ นั่งแก้มา 2 วัน แล้ว อะครับ |
|
|
|
|
|
|
|
$result["cus_name"]
มันรับมาเป็น GET มะใช่เหรอคับ
ตัวอย่าง
Code (PHP)
$sql1 = "update cus set cus_name='".$_GET["cus_name"]." ',cus_address='".$_GET["cus_address"]." WHERE cus_id = '".$_SESSION["cus_id"]."'";
ส่วนค่า $_SESSEION ไม่ต้องส่งมา เพราะมานมาอยู่แล้วคับ
|
|
|
|
|
Date :
2011-03-23 18:55:33 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแก้แล้วครับมันก็อัพเป็นค่าว่างไปอะ ครับ
เพิ่มเติม ครับ
--------------------------------------------------------
ฟอร์ม Login
--------------------------------------------------------
<?
ob_start();
session_start();
//============ ?????????????????????????
if($_GET["action"]=="Login")
{
//============ ?????????????
$sql="SELECT * FROM cus WHERE cus_name ='".trim($_POST["cus_name"])."' and cus_pass='" .trim($_POST["cus_pass"])."' ";
$dbquery = mysql_query($sql);
$result = mysql_fetch_array($dbquery);
if(!$result)
{
echo "<script language=\"JavaScript\">";
echo "alert('Username áÅÐ Password äÁè¶Ù¡µéͧ');";
echo "</script>";
}
else
{
$_SESSION["struser"]=$_POST["cus_name"];
$_SESSION["cus_id"]=$result["cus_id"];
$_SESSION["cus_pass"]=$_POST["cus_pass"];
$_SESSION["cus_status"]=$result["cus_status"];
session_write_close();
header("location:cus_login.php");
}
}
?>
<style type="text/css">
<!--
.style2 {font-size: 12px}
.style5 {color: #0066FF}
.style7 {font-size: 18px; color: #0066FF;}
.style8 {color: #00FF66; font-size: 18px;}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style11 {color: #000000}
.style12 {font-size: 12px; color: #000000; }
.style16 {font-size: 14px; color: #0066FF; }
-->
</style>
<table width="246" height="590" border="1" align="left" cellpadding="4" cellspacing="1">
<tr>
<td height="347" valign="top" bgcolor="#FFFFFF">
<div align="center">
<span class="style11">
<?
if($_SESSION["struser"] =="")
{
?>
</span><span class="style7">à¢éÒÊÙèÃкº</span><br />
<table width="220">
<form action="?action=Login" method="post" name="frmLogin" onSubmit="return checkvalue()">
<tr>
<td width="121" height="60" class="style5 style45"><span class="style2"><span class="style12">Username</span>.<br />
</span>
<input name="cus_name" type="text" class="txtbox" id="cus_name" size="18" /> </td>
<td width="87" valign="middle"><div align="right" class="style2"><a href="cus_add_user.php">ÊÁѤÃÊÁÒªÔ¡</a></div></td>
</tr>
<tr>
<td><span class="style2">Password</span>.<br />
<input name="cus_pass" type="password" class="txtbox" id="cus_pass" size="18" /></td>
<td valign="bottom"><div align="right" class="style2"><a href="cus_repass_user.php">Å×ÁÃËÑʼèÒ¹.</a></div></td>
</tr>
<tr>
<td height="37" valign="bottom"><input name="submit" type="submit" class="button" value="Log in" /></td>
<td> </td>
</tr>
</form>
</table>
</div>
<?
}
else
{
?>
<table width="100%" height="258" border="0" cellspacing="0" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td width="100%" height="52" colspan="2" valign="bottom" class="style5 style45"><div align="center" class="style7">¢Íµé͹ÃѺ<br />
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="77" colspan="2" class="style5 style45"> <div align="center" class="style8">
<?
echo $_SESSION["struser"];
?>
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2"><table width="148" border="1" align="center">
<tr>
<td width="140" height="30"><div align="center" class="style2"><a href="cus_edit_user.php? struser=<?=$_SESSION["struser"];?>&cus_id=<?=$_SESSION["cus_id"];?>">แก้ไขข้อมูลส่วนตัว</a></div></td>
</tr>
</table>
<br />
<table width="148" border="1" align="center">
<tr>
<td width="140" height="30"><div align="center" class="style2"><a href="logout.php">ÍÍ¡¨Ò¡Ãкº</a></div></td>
</tr>
</table>
<div align="center"><br />
</div></td>
</tr>
</table>
<?
}
?></td>
</tr>
</table>
<br />
----------------------------------------------------------------------------------------------------------------
อันเป็นฟอร์มสมัครสมาชิก ครับ
----------------------------------------------------------------------------------------------------------------
<table width="1024" border="1">
<tr>
<td height="528" valign="top"><br />
<form id="form1" name="form1" method="post" onSubmit="return checkvalue()" action="cus_add_connect.php";>
<table width="572" height="452" border="0" align="center">
<tr>
<td height="47" colspan="2"><table width="200" align="center">
<tr>
<td><div align="center" class="style5">กรุณากรอกข้อมูล</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="137"><div align="right">ชื่อ - นามสกุล : </div></td>
<td width="410"><label>
<input name="cus_name" type="text" id="cus_name" size="35" />
</label></td>
</tr>
<tr>
<td height="61"><div align="right">ที่อยู่ : </div></td>
<td rowspan="3"><label>
<div align="left">
<textarea type="text" name="cus_address" cols="40" rows="5" id="textfield"></textarea>
</div>
</label></td>
</tr>
<tr>
<td height="21"><div align="right"></div></td>
</tr>
<tr>
<td height="21"><div align="right"></div></td>
</tr>
<tr>
<td><div align="right">เบอร์โทรศัพท์ : </div></td>
<td><label>
<label>
<input name="cus_tel" type="text" id="cus_tel" size="35" maxlength="10">
</label>
</label></td>
</tr>
<tr>
<td><div align="right">อีเมลล์ : </div></td>
<td><label>
<input name="cus_mail" type="text" id="cus_mail" size="35" maxlength="100" />
</label></td>
</tr>
<tr>
<td><div align="right">รหัสผ่าน : </div></td>
<td><label>
<div align="left">
<input name="cus_pass" type="password" id="cus_pass" maxlength="30" />
* </div>
</label></td>
</tr>
<tr>
<td><div align="right">ยืนยันรหัสผ่าน : </div></td>
<td><label>
<div align="left">
<input name="cus_conpass" type="password" id="cus_conpass" maxlength="10" />
* </div>
</label></td>
</tr>
<tr>
<td height="26"> </td>
<td><label>
<div align="left">
<input type="submit" name="button" id="button" value=" Save " />
<input type="reset" name="button2" id="button2" value=" Claer " />
</div>
</label> </td>
</tr>
</table>
</form></td>
</tr>
</table>
|
|
|
|
|
Date :
2011-03-23 19:18:37 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไปที่หน้า update แล้วใช้คำสั่ง Code (PHP)
echo "<pre>";
print_r($_GET);
/* ดูค่า ว่าส่งอะไรมาบ้าง */
|
|
|
|
|
Date :
2011-03-23 19:27:53 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql1 = "update cus set cus_name='".$result["cus_name"]." ',cus_address='".$result["cus_address"]." ',cus_tel='".$result["cus_tel"] ."',cus_mail='".$result["cus_mail"] ."',cus_pass='".$result["cus_pass"] ."' WHERE cus_id = '".$_SESSION["cus_id"]."'";
ค่าต้องเป็น$_POST[cus_name] ไม่ใช่หรอครับ
|
|
|
|
|
Date :
2011-03-23 19:56:24 |
By :
zandztormz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับๆๆ เดียวจะลองทำตามทุกคำตอบที่ตอบมานะครับ
|
|
|
|
|
Date :
2011-03-23 19:58:02 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<form id="form1" name="form1" method="post" action="cus_update.php?cus_id=<?=$_SESSION["cus_id"];?>
?cus_id=<?=$_SESSION["cus_id"] ไม่ต้องใส่ก็ได้ครับยังไงidมันเก็บลง sessionอยู่แล้ว
|
|
|
|
|
Date :
2011-03-23 20:01:29 |
By :
zandztormz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ตามที่ คุณ ITzeedIM บอกมา ค่าที่ได้
Array
(
[cus_id] => 00038
[cus_name] => q
[cus_address] => q
)
ตามนี้เลย ครับ
-----------------------------
แก้ตาม คุณ Ztormz
มันก็ไม่มีการอัพเดท อะ ครับ
|
|
|
|
|
Date :
2011-03-23 20:04:41 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql1 = "update cus set cus_name='".$_POST["cus_name"]."',
cus_address='".$_POST["cus_address"]."',
cus_tel='".$_POST["cus_tel"]."',
cus_mail='".$_POST["cus_mail"] ."',
cus_pass='".$_POST["cus_pass"] ."' WHERE cus_id = '".$_SESSION["cus_id"]."'";
ส่วนฟอร์ม
Code (PHP)
<form id="form1" name="form1" method="post" action="cus_update.php"/>
ลองดูครับ
|
|
|
|
|
Date :
2011-03-23 20:22:52 |
By :
zandztormz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ลงเหมือนเดิม ครับ
|
|
|
|
|
Date :
2011-03-23 20:41:20 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ได้แล้วครับ ขอบคุณ คุณ Ztormz และ ITzeedIM ที่ช่วหาทางแก้ไข ครับ
|
|
|
|
|
Date :
2011-03-23 21:09:45 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Array
(
[cus_id] => 00038
[cus_name] => q
[cus_address] => q
)
Code (PHP)
$sql1 = "update cus set cus_name='".$result["cus_name"]." ',cus_address='".$result["cus_address"]." ',cus_tel='".$result["cus_tel"] ."',cus_mail='".$result["cus_mail"] ."',cus_pass='".$result["cus_pass"] ."' WHERE cus_id = '".$_SESSION["cus_id"]."'";
เปลี่ยนมาเขียนเป็น
$sql1 = "UPDATE cus SET cus_name = '$_GET[cus_name]',cus_address = '$_GET[cus_address]',cus_tel='$_GET[cus_tel]',cus_mail='$_GET[cus_mail]',cus_pass='$_GET[cus_pass]' WHERE cus_id = '$_SESSION[cusid]' ";
$dbsql1 = mysql_query($sql1);
ตอนรับค่าก็
|
|
|
|
|
Date :
2011-03-24 13:52:17 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|