1
0
Fork 0
This commit is contained in:
Chenx221 2024-01-14 12:33:00 +08:00
parent 9b8c18b564
commit 5d8e0d8f01
14 changed files with 89 additions and 0 deletions

1
10.test1.php Normal file
View File

@ -0,0 +1 @@
<?php

1
10.test2.php Normal file
View File

@ -0,0 +1 @@
<?php

1
10.test3.php Normal file
View File

@ -0,0 +1 @@
<?php

1
10.work1.php Normal file
View File

@ -0,0 +1 @@
<?php

1
10.work2.php Normal file
View File

@ -0,0 +1 @@
<?php

1
8.test1.php Normal file
View File

@ -0,0 +1 @@
<?php

77
8.work1_4.php Normal file
View File

@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表单</title>
</head>
<body>
<form method="post" action="#">
<table>
<tr>
<th colspan="2">
信息提交表单
</th>
</tr>
<tr>
<td>
<label for="name1">姓名:</label>
</td>
<td>
<input type="text" name="name" id="name1" required>
</td>
</tr>
<tr>
<td>
<label>性别:</label>
</td>
<td>
<input type="radio" name="sex" value="male" id="sex1">
<label for="sex1"></label>
<input type="radio" name="sex" value="female" id="sex2">
<label for="sex2"></label>
</td>
</tr>
<tr>
<td>
<label for="password1">密码:</label>
</td>
<td>
<input type="password" name="password" id="password1" required>
</td>
</tr>
<tr>
<td>
<label for="education1">学历:</label>
</td>
<td>
<select name="education" size="1" id="education1">
<option value="junior">初中</option>
<option value="senior">高中</option>
<option value="college">大学</option>
<option value="master">硕士</option>
<option value="doctor">博士</option>
</select>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</form>
<?php
?>
</body>

1
8.work2.php Normal file
View File

@ -0,0 +1 @@
<?php

1
8.work2.search.php Normal file
View File

@ -0,0 +1 @@
<?php

1
9.test1.php Normal file
View File

@ -0,0 +1 @@
<?php

1
9.work1.php Normal file
View File

@ -0,0 +1 @@
<?php

1
9.work2.php Normal file
View File

@ -0,0 +1 @@
<?php

1
9.work3.php Normal file
View File

@ -0,0 +1 @@
<?php

0
realtime.js Normal file
View File