?? reg.php
字號:
<?
session_start();
session_register("rname");
session_register("rpass");
session_register("remail");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新用戶注冊</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><LINK
href="../js/css.css" type=text/css rel=stylesheet>
<center><br>
<? include ("templates/header.php") ?>
<form name="form1" method="post" action="post.php">
<table width="600" border="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="198" height="18" bgcolor="#3CB9DD"><font size="2">請輸入您的注冊信息:</font></td>
<td width="398" valign="top" bgcolor="#3CB9DD"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="20" bgcolor="#CCFFFF"><div align="center"><font size="2">請填寫您的用戶名:</font></div></td>
<td valign="top" bgcolor="#CCFFFF"> <font size="2">
<input name="rname" type="text" id="rname">
(最好是英文字母或數字等)</font></td>
</tr>
<tr>
<td height="20" bgcolor="#CCFFFF"><div align="center"><font size="2">請填寫您的密 碼:</font></div></td>
<td valign="top" bgcolor="#CCFFFF"> <font size="2">
<input name="rpass" type="text" id="rpass">
(最好是英文字母或數字等)</font></td>
</tr>
<tr>
<td height="20" bgcolor="#CCFFFF"><div align="center"><font size="2">請重復您的密 碼:</font></div></td>
<td valign="top" bgcolor="#CCFFFF"> <font size="2">
<input name="rerpass" type="text" id="rerpass">
(請重復輸入您的密碼)</font></td>
</tr>
<tr>
<td height="18" bgcolor="#CCFFFF"><div align="center"><font size="2">請填寫您的E-MAIL:</font></div></td>
<td valign="top" bgcolor="#CCFFFF"> <input name="remail" type="text" id="remail"></td>
</tr>
<tr bgcolor="#3CB9DD">
<td height="23" colspan="2" valign="top"> <p align="center">
<input type="submit" name="Submit" value="提 交">
<input type="reset" name="Submit2" value="重 置">
</p></td>
</tr>
</table>
</form>
<p>
<? include ("templates/footer.php") ?>
</p>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -