-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndexTrial.php
More file actions
30 lines (19 loc) · 888 Bytes
/
IndexTrial.php
File metadata and controls
30 lines (19 loc) · 888 Bytes
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
<html>
<head>
<title>insert color</title>
</head>
<body>
<form action="insert.php" method="post";>
<tr>
<td>color:</td>
<td>
<input type="radio" name="color" value="blue">blue
<input type="radio" name="color" value="black">black
<input type="radio" name="color" value="red">red
</td>
<tr>
<td><input type="submit" value="done"></td>
</tr>
</form>
</body>
</html>