📄 pay_change_info.php
字号:
</td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">所需广告类型(付费用):</td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left">
<input type="checkbox" name="linktype" value="1" <?php if($user_dat[linktype])echo "checked"; ?> >
文本交换
<input type="checkbox" name="adstype" value="1" <?php if($user_dat[adstype])echo "checked"; ?>>
广告条
<input type="checkbox" name="emailtype" value="1" <?php if($user_dat[emailtype])echo "checked"; ?>>
邮件 </td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">真实姓名(付费用):</td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left">
<input
name="name" maxlength=10 value="<?php echo "$user_dat[name]"; ?>" size="20" style="border: 1px dotted rgb(0,0,0)">
</td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">性别:</td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left">
<input
type="radio" value="男" <?php if($user_dat[sex]=="男")echo "checked"; ?> name="sex">
先生
<input type="radio" <?php if($user_dat[sex]=="女")echo "checked"; ?> value="女"
name="sex">
小姐</td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">年龄:</td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left">
<input
name="old" maxlength=2 value="<?php echo "$user_dat[old]"; ?>" size="9" style="border: 1px dotted rgb(0,0,0)">
</td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">地址:</td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left">
<input
name="adss" maxlength=250 value="<?php echo "$user_dat[adss]"; ?>" size="30" style="border: 1px dotted rgb(0,0,0)">
</td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">邮编:</td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left">
<input
name="pos" maxlength=6 value="<?php echo "$user_dat[pos]"; ?>" size="20" style="border: 1px dotted rgb(0,0,0)">
</td>
</tr>
<tr bgcolor="#CCCCCC" bordercolor="#000000">
<td align=right style="border-left: 1px dotted rgb(0,0,0);" width="50%">联系电话:</td>
<td align=left style="border-right: 1px dotted rgb(0,0,0);"
width="50%">
<input maxlength=20 name=phone value="<?php echo "$user_dat[phone]"; ?>"
style="BORDER-BOTTOM: rgb(0,0,0) 1px dotted; BORDER-LEFT: rgb(0,0,0) 1px dotted; BORDER-RIGHT: rgb(0,0,0) 1px dotted; BORDER-TOP: rgb(0,0,0) 1px dotted">
</td>
</tr>
<tr bgcolor="#CCCCCC" bordercolor="#000000">
<td align=right style="border-left: 1px dotted rgb(0,0,0);" width="50%" height="26">手机传呼:</td>
<td align=left style="border-right: 1px dotted rgb(0,0,0);"
width="50%" height="26">
<input maxlength=25 name=call value="<?php echo "$user_dat[call]"; ?>"
style="BORDER-BOTTOM: rgb(0,0,0) 1px dotted; BORDER-LEFT: rgb(0,0,0) 1px dotted; BORDER-RIGHT: rgb(0,0,0) 1px dotted; BORDER-TOP: rgb(0,0,0) 1px dotted">
</td>
</tr>
<tr bgcolor="#CCCCCC" bordercolor="#000000">
<td align=right style="border-left: 1px dotted rgb(0,0,0);" width="50%">所在公司:</td>
<td align=left style="border-right: 1px dotted rgb(0,0,0);"
width="50%">
<input maxlength=100 name=corp value="<?php echo "$user_dat[corp]"; ?>"
style="BORDER-BOTTOM: rgb(0,0,0) 1px dotted; BORDER-LEFT: rgb(0,0,0) 1px dotted; BORDER-RIGHT: rgb(0,0,0) 1px dotted; BORDER-TOP: rgb(0,0,0) 1px dotted" size="27">
</td>
</tr>
<tr bgcolor="#CCCCCC" bordercolor="#000000">
<td align=right style="border-left: 1px dotted rgb(0,0,0);" width="50%">公司职务:</td>
<td align=left style="border-right: 1px dotted rgb(0,0,0);"
width="50%">
<input maxlength=10 name=zhiwu value="<?php echo "$user_dat[zhiwu]"; ?>"
style="BORDER-BOTTOM: rgb(0,0,0) 1px dotted; BORDER-LEFT: rgb(0,0,0) 1px dotted; BORDER-RIGHT: rgb(0,0,0) 1px dotted; BORDER-TOP: rgb(0,0,0) 1px dotted">
</td>
</tr>
<tr bgcolor="#CCCCCC" bordercolor="#000000">
<td align=right style="border-left: 1px dotted rgb(0,0,0);" width="50%">身份证号:</td>
<td align=left style="border-right: 1px dotted rgb(0,0,0);"
width="50%">
<input maxlength=18 name=idcard value="<?php echo "$user_dat[idcard]"; ?>"
style="BORDER-BOTTOM: rgb(0,0,0) 1px dotted; BORDER-LEFT: rgb(0,0,0) 1px dotted; BORDER-RIGHT: rgb(0,0,0) 1px dotted; BORDER-TOP: rgb(0,0,0) 1px dotted" >
</td>
</tr>
<tr bgcolor="#CCCCCC">
<td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right"> </td>
<td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> </td>
</tr>
<tr>
<td width="50%"
style="border-left: 1px dotted rgb(0,0,0); border-bottom: 1px dotted rgb(0,0,0)"
bgcolor="#CCCCCC">
<p align="right">
<input type="submit" value="修改完成" name="change" style="border-right: 0px dotted rgb(0,0,0);border-bottom: 0px dotted rgb(0,0,0);border-left: 0px dotted rgb(0,0,0); border-top: 0px dotted rgb(0,0,0);background-color: #CCCCCC; color: rgb(0,0,0); font-size: 12; font-family: '新宋体'">
</td>
<td width="50%"
style="border-right: 1px dotted rgb(0,0,0); border-bottom: 1px dotted rgb(0,0,0)"
bgcolor="#CCCCCC">
<input type="reset" value="重新填写" name="reset" style="border-right: 0px dotted rgb(0,0,0);border-bottom: 0px dotted rgb(0,0,0);border-left: 0px dotted rgb(0,0,0); border-top: 0px dotted rgb(0,0,0);background-color: #CCCCCC; color: rgb(0,0,0); font-size: 12; font-family: '新宋体'">
</td>
</tr>
</table>
</form>
<?php
}
else
{
echo "<br><br><span class=unnamed1><center>显示数据出现异常错误!</span></center>";
}
}
else
{
echo "<br><br><center><a href=login_system.php class=unnamed1>请到登录页面输入用户名密码!</a></center>";
}
?>
<br>
<?include 'copyright.php'?></div>
</td>
</tr>
</table>
</center>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -