|
|
|
อัพเดทแล้วระบบค้างไม่ยอมเปลี่ยนให้ ต้องแก้ไขไงครับ |
|
|
|
|
|
|
|
ให้เปลี่ยน บรรทัดที่ 1 - 6 เป็น
<?php
session_start() ;
if (!isset($_SESSION['login_true_admin'])) {
header("Location: index.php");
exit;
}
//ใส่ code ต่อไป
|
|
|
|
|
Date :
2010-03-20 13:43:36 |
By :
metdek |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนแล้วก็ยังไม่หายครับ เลยเอาโค้ด หน้า form ทั้งหมดมาให้ดู
Code (PHP)
<?php
session_start() ;
if (!isset($_SESSION['login_true_admin'])) {
header("Location: index.php");
exit;
}
include("../config.inc.php") ;
mysql_select_db($db) ;
?>
<html>
<head>
<title>Change User/Password</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="admin.css" rel="stylesheet" type="text/css" />
<STYLE>
INPUT {
FONT-SIZE: 12;
FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
COLOR: #ffffff;
BACKGROUND : #94CDFF;
CURSOR: text;
}
</STYLE>
</head>
<body>
<table width="748" border="0" align="center" cellpadding="0">
<tr>
<td height="32"bgcolor="#F0F0F0">
<?php
/*เช็คสถานะ Admin user select * from admin_member */
include_once("../config.inc.php");
mysql_select_db($db) ;
$sql = "select * from admin_member " ;
$result = mysql_query($sql) ;
$row = mysql_num_rows($result) ;
$dbarr = mysql_fetch_array($result) ;
?>
<div align="left"><span class="textcont"> Hi... </span><span class="hiadmin"><?php echo $dbarr['user'] ; ?></span></div>
</td>
</tr>
<tr>
<td><div align="center"><span class="clear">
<?php include ("nav.php"); ?>
</span></div></td>
</tr>
<tr>
<td bgcolor="#F0F0F0" class="member"><div align="center">เปลี่ยนชื่อใหม่</div></td>
</tr>
<tr>
<td height="148" bgcolor="#F7F7F7" ><table width="320" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#006CBE">
<form name ="useradmin" action="admin_update.php" method="post" onSubmit="return checkuser()">
<tr>
<td colspan="2" bgcolor="#DDEEFF" class="textcont"><div align="center" class="tex">(สามารถใช้ภาษาไทยได้)</div></td>
</tr>
<tr>
<td width="159" bgcolor="#FFFFFF"><span class="textcont">ชื่อเดิม/เปลี่ยนชื่อใหม่</span></td>
<td width="150" bgcolor="#FFFFFF">
<input name="user" type="text" size="25" value="<?php echo "$dbarr[user]" ; ?>" /></td>
</tr>
<tr>
<td colspan="2" bgcolor="#DDEEFF"> <div align="center"> <input type="submit" name="Submit3" class="submit" value=" "/></div></td>
</tr>
<script language = "javascript">
function checkuser(){
var v1 = document.useradmin.user.value;
if(v1.length==0){
alert("กรุณากรอกชื่อใหม่ด้วยครับ");
document.useradmin.user.focus();
return false ;
}
else
return true ;
}
</script>
</form>
</table> </td>
</tr>
<tr>
<td bgcolor="#F0F0F0" class="member">เปลี่ยนอีเมล์ใหม่</td>
</tr>
<tr>
<td height="125" bgcolor="#F7F7F7" ><div align="center">
<table width="320" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#006CBE">
<form action="email_admin_update.php" method="post" name ="emailadmin" id="emailadmin" onSubmit="return checkemail()">
<tr>
<td colspan="2" bgcolor="#DDEEFF" class="hiadmin" ><div align="center">อีเมล์ของคุณ</div></td>
</tr>
<tr>
<td width="159" bgcolor="#FFFFFF"><span class="textcont">อีเมล์เดิม/</span><span class="tex">เปลี่ยนอีเมล์ใหม่</span></td>
<td width="150" bgcolor="#FFFFFF"><input name="email" type="text" size="25" value="<?php echo $dbarr['email'] ;?>" />
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#DDEEFF"><div align="center">
<input type="submit" name="Submit4" class="submit" value=" "/>
</div></td>
</tr>
<script language = "JavaScript" type="text/javascript">
function checkemail(){
var v1 = document.emailadmin.email.value;
if(v1.length==0){
alert("กรุณากรอกอีเมล์ใหม่ด้วยครับ");
document.emailadmin.email.focus();
return false ;
}
else
return true ;
}
</script>
</form>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#F0F0F0" class="member">เปลี่ยนรหัสผ่าน</td>
</tr>
<tr>
<td height="187" bgcolor="#F7F7F7"><form action="pwd_update.php" method="post" name="checkForm" onSubmit="return check()">
<table width="290" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#006CBE">
<tr bgcolor="#E8F3FF">
<td bgcolor="#DDEEFF"><font color="#006CBE" size="3" face="Tahoma, sans-serif">รหัสผ่านเดิม</font></td>
<td bgcolor="#DDEEFF">
<input type="password" name="old_pwd"> </td>
</tr>
<tr bgcolor="#E8F3FF">
<td bgcolor="#DDEEFF"><font color="#006CBE" size="3" face=" Tahoma, sans-serif">รหัสผ่านใหม่</font></td>
<td bgcolor="#DDEEFF">
<input type="password" name="new_pwd1"> </td>
</tr>
<tr bgcolor="#E8F3FF">
<td bgcolor="#DDEEFF"><font color="#006CBE" size="3" face=" Tahoma, sans-serif">ยืนยันรหัสผ่านใหม่</font></td>
<td bgcolor="#DDEEFF">
<input type="password" name="new_pwd2"> </td>
</tr>
<tr bgcolor="#CC99FF">
<td colspan="2" bgcolor="#E2E4E8">
<div align="center">
<input type="submit" name="Submit" style="background-color:#94CDFF; color:#ffffff; CURSOR: hand; cursor: pointer;"value=" ยืนยัน ">
<input type="reset" name="Submit2" style="background-color:#94CDFF; color:#ffffff; CURSOR: hand; cursor: pointer;"value=" ยกเลิก ">
<input name="ok" type="hidden" id="ok" value="ok">
</div></td>
</tr>
</table>
<script language = "javascript">
function check(){
var v1 = document.checkForm.old_pwd.value;
var v2 = document.checkForm.new_pwd1.value;
var v3 = document.checkForm.new_pwd2.value;
if(v1.length==0){
alert("กรุณากรอกรหัสผ่านเก่าด้วยครับ");
document.checkForm.old_pwd.focus();
return false ;
}
else if(v2.length==0){
alert("กรุณากรอกรหัสผ่านใหม่ด้วยครับ");
document.checkForm.new_pwd1.focus();
return false ;
}
else if(v3.length==0){
alert("กรุณายืนยันรหัสผ่านใหม่ด้วยครับ");
document.checkForm.new_pwd2.focus();
return false ;
}
else
return true ;
}
</script>
</form></td>
</tr>
<tr>
<td height="17" bgcolor="#F0F0F0"> </td>
</tr>
</table>
</body>
</html>
|
|
|
|
|
Date :
2010-03-20 14:32:15 |
By :
Meen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ปัญหาคือ บางครั้งมันค้างไม่สามารถเปลี่ยนการอัพเดทได้ ทั้งที่ไฟล์อัพเดทบอกว่า เปลี่ยนชื่อ - อีเมล์ ใหม่เรียบร้อยแล้ว
แต่ค่าเดิมยังคงแสดง ชื่อ - อีเมล์ เก่าอยู่ แต่ถ้าสั่ง Logout ออกไปแล้วกลับเข้ามาเปลี่ยนใหม่ ก็ใช้ได้ แบบนี้เป็นเพราะไฟล์อะไรเป็นต้นเหตุครับ
|
|
|
|
|
Date :
2010-03-20 15:26:50 |
By :
Meen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|