📄 inc25.php
字号:
<table width="380" border="0" cellpadding="3" cellspacing="2">
<tr>
<td height="24">
详细
会员
代理商:<?php Echo $_SESSION['web'];?>
<a href="home.php">返回</a></td>
</tr>
</table>
<?php
if ($_SESSION['web']=="system") {
$exec="SELECT * from hy2 where name='".$_GET['name']."'";
} ELSE {
$exec="SELECT * from hy3 where name='".$_GET['name']."'";
}
mysql_query("set names gbk");
$resu=mysql_query($exec);
$rs=mysql_fetch_object($resu);
?>
<form name="form" method="post" action="hyedit.php" style="margin:0">
<table width="380" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066">
<tr>
<td align="center" bgcolor="#375d9e"><font color="#FFFFFF">帐号资料</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="Line-height:20px">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="24">会员帐号</td>
<td width="200" height="24">
<strong><?php Echo $rs->name;?></strong>
<input name="id" type="hidden" id="id" value="<?php Echo $rs->id;?>">
<input name="name" type="hidden" id="name" value="<?php Echo $rs->name;?>"></td>
</tr>
<tr>
<td height="24">名称</td>
<td height="24"><input name="mc" type="text" id="mc" style="width:90; height:20; color:#000080" value="<?php Echo $rs->mc;?>"></td>
</tr>
<tr>
<td height="24">电话号码</td>
<td height="24"><input name="dh" type="text" id="dh" style="width:90; height:20; color:#000080" value="<?php Echo $rs->dh;?>"></td>
</tr>
</table></td>
</tr>
</table>
<table width="380" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<table width="380" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066">
<tr>
<td align="center" bgcolor="#375d9e"><font color="#FFFFFF">下注设定</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="Line-height:20px">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="24">会员盤口</td>
<td height="24">C</td>
</tr>
<tr>
<td height="24">信用/现金</td>
<td height="24">信用</td>
</tr>
<tr>
<td height="24">货币代码</td>
<td height="24">CNY
<font color="#FF0000">兑换率:1.0000000</font></td>
</tr>
<?php
$exec2="SELECT * from edu where name='".$rs->name."'";
mysql_query("set names gbk");
$resu2=mysql_query($exec2);
$rs2=mysql_fetch_object($resu2);
?>
<tr>
<td height="24">信用额度</td>
<td height="24">
<input name="edu" type="text" id="edu" style="width:90; height:20; color:#000080" value="<?php Echo $rs2->edu;?>">
CNY</td>
</tr>
<tr>
<td height="24">现时信用馀存</td>
<td height="24">
<a href="home.php?id=30&name=<?php Echo $rs->name;?>"><?php Echo $rs2->yu;?></a></td>
</tr>
</table></td>
</tr>
</table>
<table width="380" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="34">
<input type="submit" name="Submit" value="储存" style="color:#000080">
<input type="reset" name="Submit2" value="取消" style="color:#CC0000"></td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -