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

📄 createsuss.php

📁 完整的用户注册、验证、管理模块。
💻 PHP
字号:
<?
$check=true;
setcookie ("check",$check);
?>
<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="yourpage.php">
    <table width="600" border="0" align="center" cellspacing="0">
      <!--DWLayoutTable-->
      <tr> 
        <td width="598" height="18" valign="top" bgcolor="#3CB9DD"><font color="#FF0000" size="2">系统提示信息</font><font color="#FF0000">:</font></td>
      </tr>
      <tr> 
        <td height="88" valign="top" bgcolor="#CCFFFF"> <p align="center">&nbsp;</p>
          <p align="center"><font color="#FF0000" size="2">恭喜!新用户创建成功!</font></p>
          <p align="center">&nbsp;</p></td>
      </tr>
      <tr bgcolor="#3CB9DD"> 
        <td height="23" valign="top"> <p align="center"> 
            <input type="submit" name="Submit" value="进 入 页 面">
            &nbsp;&nbsp; </p></td>
      </tr>
    </table>
</form>
<p>&nbsp;</p>
<? include ("templates/header.php") ?>
</center>
</body>
</html>

⌨️ 快捷键说明

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