-
Notifications
You must be signed in to change notification settings - Fork 0
/
aaa.html
30 lines (30 loc) · 941 Bytes
/
aaa.html
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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>index</title>
</head>
<body>
<!--การทำงานไปที่ไฟล์ process การเพิ่มค่าแบบ post-->
<form action="php/registerprocess.php" method="post">
<label>FristName</label>
<input type="text" name="fristname"><br>
<label>LastName</label>
<input type="text" name="lastname"><br>
<label>username</label>
<input type="text" name="username"><br>
<label>pass</label>
<input type="text" name="password"><br>
<label>department</label>
<input type="text" name="department"><br>
<label>phone</label>
<input type="text" name="phone"><br>
<label>idline</label>
<input type="text" name="idline"><br>
<label>status</label>
<input type="text" name="status"><br>
<!--ปุ่มกด-->
<input type="submit" value="add">
</form>
</body>
</html>