forked from Teamexe/Online_polling_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asd.php
50 lines (50 loc) · 1.21 KB
/
asd.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
echo '<html>
<head>
<title></title>
</head>
<body>
</body>
<form action="catact.php" method="post">
Branch(4 Year):
<select name="branch4">
<option name="chemical4">Chemical</option>
<option name="civil4">Civil</option>
<option name="cse4">CSE</option>
<option name="ece4">ECE</option>
<option name="electrical4">Electrical</option>
<option name="material4">Material Science</option>
<option name="mechanical4">Mechanical</option>
</select>
Year:
<select name="year4">
<option name="ist4">1st</option>
<option name="second4">2nd</option>
<option name="third4">3rd</option>
<option name="fourth4">4th</option>;
</select>
<input type="submit" value="Submit">
</form>
<br>
<br>
<br>
<form action="catact1.php" method="post">
Branch(5 Year):
<select name="branch5">
<option name="archi5">Architecture</option>
<option name="csedual5">CSE Dual</option>
<option name="ecedual5">ECE Dual</option>
</select>
Year:
<select name="year5">
<option name="ist5">1st</option>
<option name="second5">2nd</option>
<option name="third5">3rd</option>
<option name="fourth5">4th</option>
<option name="fifth5">5th</option>
</select>
<input type="submit" value="Submit">
</form>
</body>
</html>'
?>