-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathce.php
29 lines (23 loc) · 1.12 KB
/
ce.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
require 'mysql_connect/link_mysqli_table.php';
?>
<html>
<head>
<link href="css/ce.css" rel="stylesheet" type="text/css">
</head>
<body style="text-align:center;" >
<h1 style="text-align: center">欢迎注册!感谢您的支持!</h1><br>
<p style="text-align: center">注:注册成功即可登录,上传你的拍摄作品,与大家一起分享你的作品。</p>
<form action="ce_success.php" method="POST">
<span style="color:red;">*</span>用户名:<input type="text" id="z_user" name="z_user"><br><br>
<span style="color:red;">*</span>密码:<input type="text" id="z_pass" name="z_pass"><br><br>
<span style="color:red;">*</span>学号:<input type="text" id="z_num" name="z_num"><br><br>
<span style="color:red;">*</span>姓名:<input type="text" id="z_name" name="z_name"><br><br>
<span style="color:red;">*</span>班级:<input type="text" id="z_class" name="z_class"><br><br>
电话:<input type="text" id="z_num" name="z_tel"><br><br>
QQ:<input type="text" id="z_num" name="z_qq"><br><br>
<p>注:请按照你的真实信息填写,带*号内容属于必填内容,每个人的用户名和学号是唯一的,所以请按照真实信息填写!</p>
<input type="submit" value="立即注册">
</form>
</body>
</html>