-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcateror_page_inc.php
56 lines (52 loc) · 2.46 KB
/
cateror_page_inc.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
51
52
53
54
55
56
<?php
session_start();
?>
<html>
<head>
<h1 style="font-family:verdana; font-size:50px; text-align:center;">Mess Management System-NIT ROURKELA</h1>
</head>
<style>
body
{
background-image:url('images/bg.gif');
}
</style>
<body>
UPDATE YOUR MENU......<br><br>
<form method="POST" action="cateror.php" >
MENU FOR MONDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
MENU FOR TUESDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
MENU FOR WEDNESDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
MENU FOR THURSDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
MENU FOR FRIDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
MENU FOR SATURDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
MENU FOR SUNDAY:<br><br>BREAKFAST:<br><input type="text" name="breakfast[]"><br>
LUNCH:<br><input type="text" name="lunch[]"><br>
SNACKS:<br><input type="text" name="snacks[]"><br>
DINNER:<br><input type="text" name="dinner[]"><br><br><br>
<input type="submit" value="submit" style="height:40px;width:125px;font-size:25px"/>
</form>
<a href="student_feedback.php" style="font-size:25px">student's feedback</a>
<pre>
<a href="logout.php" style="font-size:25px">Log out</a>
</pre>
</body>
</html>