📄 gly_zc.php
字号:
<?php session_start(); include("../config.php");?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="500" border="1">
<form name="form1" method="post" enctype="multipart/form-data" action="gly_zc_ok.php">
<tr>
<td width="240" height="25" align="center">用户名:
<input name="zc_user" type="text" id="zc_user" size="15"></td>
<td width="260"> 电 话:
<input name="lxdh" type="text" id="lxdh" size="15"></td>
</tr>
<tr>
<td width="240" height="25" align="center">密 码:
<input name="zc_pass" type="password" id="zc_pass" size="15"></td>
<td width="260">联系地址:
<input name="lxdz" type="text" id="lxdz" size="15"></td>
</tr>
<tr>
<td height="25"> </td>
<td><input name="gly_zc" type="submit" id="gly_zc" value="管理员注册"></td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -