112 lines
3.9 KiB
PHP
112 lines
3.9 KiB
PHP
|
<?php require_once('Connections/jc.php'); ?>
|
|||
|
<?php require_once('Connections/jc.php'); ?>
|
|||
|
<?php
|
|||
|
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
|
|||
|
{
|
|||
|
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
|
|||
|
|
|||
|
switch ($theType) {
|
|||
|
case "text":
|
|||
|
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
|
|||
|
break;
|
|||
|
case "long":
|
|||
|
case "int":
|
|||
|
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
|
|||
|
break;
|
|||
|
case "double":
|
|||
|
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
|
|||
|
break;
|
|||
|
case "date":
|
|||
|
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
|
|||
|
break;
|
|||
|
case "defined":
|
|||
|
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
|
|||
|
break;
|
|||
|
}
|
|||
|
return $theValue;
|
|||
|
}
|
|||
|
|
|||
|
$editFormAction = $_SERVER['PHP_SELF'];
|
|||
|
if (isset($_SERVER['QUERY_STRING'])) {
|
|||
|
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
|
|||
|
}
|
|||
|
|
|||
|
if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
|
|||
|
$updateSQL = sprintf("UPDATE admin SET name=%s, password=%s WHERE user_name=%s",
|
|||
|
GetSQLValueString($_POST['name'], "text"),
|
|||
|
GetSQLValueString($_POST['password'], "text"),
|
|||
|
GetSQLValueString($_POST['user_name'], "text"));
|
|||
|
|
|||
|
mysql_select_db($database_jc, $jc);
|
|||
|
$Result1 = mysql_query($updateSQL, $jc) or die(mysql_error());
|
|||
|
|
|||
|
$updateGoTo = "cg1.htm";
|
|||
|
if (isset($_SERVER['QUERY_STRING'])) {
|
|||
|
$updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
|
|||
|
$updateGoTo .= $_SERVER['QUERY_STRING'];
|
|||
|
}
|
|||
|
header(sprintf("Location: %s", $updateGoTo));
|
|||
|
}
|
|||
|
|
|||
|
$colname_Recordset1 = "-1";
|
|||
|
if (isset($_GET['user_name'])) {
|
|||
|
$colname_Recordset1 = (get_magic_quotes_gpc()) ? $_GET['user_name'] : addslashes($_GET['user_name']);
|
|||
|
}
|
|||
|
mysql_select_db($database_jc, $jc);
|
|||
|
$query_Recordset1 = sprintf("SELECT * FROM `admin` WHERE user_name = '%s'", $colname_Recordset1);
|
|||
|
$Recordset1 = mysql_query($query_Recordset1, $jc) or die(mysql_error());
|
|||
|
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
|
|||
|
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
|
|||
|
?><!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=gb2312" />
|
|||
|
<title><EFBFBD>ޱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD></title>
|
|||
|
<style type="text/css">
|
|||
|
<!--
|
|||
|
.txt {font-size: 12px;
|
|||
|
color: #000000;
|
|||
|
}
|
|||
|
-->
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
|
|||
|
<body topmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
|
|||
|
<?php include("head.php");?>
|
|||
|
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
|
|||
|
<tr>
|
|||
|
<td align="center"><form id="form1" name="form1" method="POST" action="<?php echo $editFormAction; ?>">
|
|||
|
<table width="300" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" class="txt">
|
|||
|
<tr>
|
|||
|
<td height="20" colspan="2" align="center"><EFBFBD><EFBFBD><EFBFBD>˺<EFBFBD></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td width="102" align="right"><EFBFBD>û<EFBFBD><EFBFBD><EFBFBD>:</td>
|
|||
|
<td width="198"><input name="user_name" type="text" id="user_name" value="<?php echo $row_Recordset1['user_name']; ?>" /></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td align="right"><EFBFBD><EFBFBD> <EFBFBD><EFBFBD>:</td>
|
|||
|
<td><input name="password" type="text" id="password" value="<?php echo $row_Recordset1['password']; ?>" /></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td align="right"><EFBFBD><EFBFBD> <EFBFBD><EFBFBD>:</td>
|
|||
|
<td><input name="name" type="text" id="name" value="<?php echo $row_Recordset1['name']; ?>" /></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<label>
|
|||
|
<input type="submit" name="Submit" value="<EFBFBD><EFBFBD>" />
|
|||
|
</label>
|
|||
|
<input type="hidden" name="MM_update" value="form1">
|
|||
|
</form>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<?php include("foot.php");?>
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
<?php
|
|||
|
mysql_free_result($Recordset1);
|
|||
|
|
|||
|
mysql_free_result($Recordset1);
|
|||
|
?>
|