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

📄 add.html

📁 使用PHP+MySQL编写的一个图片上传共享系统.
💻 HTML
字号:
<HTML>
<HEAD>

<style type="text/css"></style>
<title>Register</title>
</HEAD>

<body bgcolor="#ccccff" link="#0000ff" vlink="#0000ff" alink="#0033ff" topmargin="8" leftmargin="0" bgColor="#FFFFFF">

<br><br><center><font color=green size=3><b>Register Form</b></font></center>
<br>
<form action="do_adduser.php" METHOD="POST" >

<table cellspacing=0 bordercolordark=#FFFFFF width="60%" bordercolorlight=#000000 border=1 align="center" cellpadding="2">
  <tr bgcolor="#6b8ba8" style="color:FFFFFF">
    <td width="100%" align="center" valign="bottom" height="19" colspan="2">Please fill your detail carefully</td>
  </tr>
  <tr>
    <td width="30%" align="right" height="19">First Name:</td>
    <td width="70%"><input type="text" NAME="f_name" size="50" maxlength="20"></td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">Last Name:</td>
    <td width="70%"><input type="text" NAME="l_name" size="50" maxlength="20"></td>
  </tr>
  <tr>
    <td width="30%" align="right" height="19">Sex:</td>
    <td width="70%"><input type="radio" name="sex" value="Male" checked>Male
<input type="radio" name="sex" value="Female">Female</td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">UserID:</td>
    <td width="70%"><input type="text" NAME="username" size="20"></td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">Password:</td>
    <td width="70%"><input type="password" NAME="password" size="50"></td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">Re-Password:</td>
    <td width="70%"><input type="password" NAME="repassword" size="50"></td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">E-mail:</td>
    <td width="70%"><input type="text" NAME="email" size="50"></td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">Gallery Name:</td>
    <td width="70%"><input type="text" NAME="gallery_name" size="50"></td>
  </tr>

  <tr>
    <td width="30%" align="right" height="19">Gallery Description:</td>
    <td width="70%"><textarea NAME="gallery_des" cols="40" ></textarea></td>
  </tr>

  <tr>
    <td width="100%" align="center" colspan="2"><input type="submit" value="Submit" VALUE="Add User"> <input type="reset" value="Reset"></td>
  </tr>
</table>
</form>

<center><a href="index.php">Log in Now</a></center>

</BODY>
</HTML>

⌨️ 快捷键说明

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