-
Notifications
You must be signed in to change notification settings - Fork 0
/
marksreg.php
37 lines (37 loc) · 1.17 KB
/
marksreg.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
<?php
include("includes/connect.php");
?>
<!DOCTYPE html>
<html>
<head>
<title><?php echo "Marks registration page";?></title>
<link rel="stylesheet" type="text/css" href="css/marksreg.css">
</head>
<body>
<table border="1">
<form method="POST">
<tr>
<td>Caurse</td><td>CAT</td><td>EXAMS</td>
</tr>
<tr>
<td>fetching course</td><td><input type="text" name="c1" size="4" class="n1"></td><td><input type="text" size="4" name="e1"></td>
</tr>
<tr>
<td>fetching course</td><td><input type="text" name="c1" size="4" class="n1"></td><td><input type="text" size="4" name="e1"></td>
</tr>
<tr>
<td>fetching course</td><td><input type="text" name="c1" size="4" class="n1"></td><td><input type="text" size="4" name="e1"></td>
</tr>
<tr>
<td>fetching course</td><td><input type="text" name="c1" size="4" class="n1"></td><td><input type="text" size="4" name="e1"></td>
</tr>
<tr>
<td>fetching course</td><td><input type="text" name="c1" size="4" class="n1"></td><td><input type="text" size="4" name="e1"></td>
</tr>
<tr>
<td>fetching course</td><td><input type="text" name="c1" size="4" class="n1"></td><td><input type="text" size="4" name="e1"></td>
</tr>
</form>
</table>
</body>
</html>