zoukankan      html  css  js  c++  java
  • 用户注册(php)login(非美化)

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title></title>
    </head>

    <body>
    <form action="1.php" method="post">
    <center>用户注册</center>
    用户名:
    <input type="text" name="name" required="" placeholder="请输入用户名">
    <br>
    密码:<input type="password" name="pwd" required="" placeholder="请输入6位密码">
    <br>
    性别
    <input type="text" name="sex" required="" placeholder="" id="">
    <br>
    院系
    <input type="text" name="college" required="" placeholder="" id="">
    <br>
    班级
    <input type="text" name="class" required="" placeholder="" id="">
    <br>
    联系方式
    <input type="text" name="tel" required="" placeholder="" id="">
    <br>
    <input type="submit" value="确认" name="a1" >
    <input type="reset" value="取消" name="a2" >


    </body>
    </html>

  • 相关阅读:
    selectHelper
    Windows Server 2003 下实现网络负载均衡(2) (转)
    顺序栈
    线性表链式存储
    线性表顺序存储
    Swift
    组件化
    swift
    Swift
    Swift
  • 原文地址:https://www.cnblogs.com/lichangqing1997/p/7911864.html
Copyright © 2011-2022 走看看