createsuss.php

来自「完整的用户注册、验证、管理模块。」· PHP 代码 · 共 39 行

PHP
39
字号
<?
$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 + =
减小字号Ctrl + -
显示快捷键?