⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register.php

📁 相关软件: ·帝国网站管理系统(Ecms) v3.5 繁体版 ·搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ·注意:本站软件一律只用鼠标左键打开
💻 PHP
字号:
<?
$url="<a href=../../../>首页</a>&nbsp;>&nbsp;<a href=../cp>控制面板</a>&nbsp;>&nbsp;会员注册";
include("../../data/template/cp_1.php");
?>
<table width='100%' border='0' align='center' cellpadding='3' cellspacing='1' bgcolor='#4791C5'>
<form name=register method=post action=../../enews/index.php>
<input type=hidden name=enews value=register>
  <tr> 
    <td height="25"><strong><font color="#FFFFFF">注册会员</font></strong></td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td width='25%' height="25" bgcolor="#FFFFFF"> <div align='left'>用户名</div></td>
    <td width='75%' height="25" bgcolor="#FFFFFF"> <input name='username' type='text' id='username' maxlength='30'></td>
  </tr>
  <tr> 
    <td height="25" bgcolor="#FFFFFF"> <div align='left'>密码</div></td>
    <td height="25" bgcolor="#FFFFFF"> <input name='password' type='password' id='password' maxlength='20'></td>
  </tr>
  <tr> 
    <td height="25" bgcolor="#FFFFFF"> <div align='left'>重复密码</div></td>
    <td height="25" bgcolor="#FFFFFF"> <input name='repassword' type='password' id='repassword' maxlength='20'></td>
  </tr>
  <tr> 
    <td height="25" bgcolor="#FFFFFF"> <div align='left'>邮箱</div></td>
    <td height="25" bgcolor="#FFFFFF"> <input name='email' type='text' id='email' size='40' maxlength='50'></td>
  </tr>
  <tr> 
    <td height="25" bgcolor="#FFFFFF">&nbsp;</td>
    <td height="25" bgcolor="#FFFFFF"> <input type='submit' name='Submit' value='马上注册'> 
      &nbsp;&nbsp; <input type='button' name='Submit2' value='返回' onclick='history.go(-1)'></td>
  </tr>
</form>
</table>
<?
include("../../data/template/cp_2.php");
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -