mess management system in php free download
#2
mess management system in php free download

<?php
require_once '../scripts/db_connection.php';
session_start();
?>
<!doctype html>
<html>
<head>
<title>Mess Management System</title>
<link rel="stylesheet" type="text/css" href="../css.css">
</head>
<body>
<header><h1>Mess Management System</h1></header>
<aside>
<a href='stud/view_bill.php'>View Bill</a><br>
<a href='stud/mess_change.php'>Change Mess</a><br>
<a href='stud/mess_leave.php'>Mess Leave</a><br>
<a href='stud/review.php'>Review Food</a><br>
</aside>
<?php
if(isset($_GET['date']))
$date=$_GET['date'];
else
$date=date("y/m/d");
$res=$mysqli->query("select * from mess_menu where date='$date'");
if($row=$res->fetch_assoc()){
$breakfast=$row['breakfast'];
$lunch=$row['lunch'];
$snacks=$row['snacks'];
$dinner=$row['dinner'];
?>
<input style="margin-left:270px;margin-top:80px;" type="date" name='date' onchange="window.location.href='student.php?date='+value">
<table class='table1'>
<thead>
<tr>
<th scope='col'>Slot</th>
<th scope='col'>Menu</th>
</tr>
</thead>
<tbody>
<tr>
<td>Breakfast:</td><td><?php echo $breakfast?></td>
</tr>
<tr>
<td>Lunch:</td><td><?php echo $lunch?></td>
</tr>
<tr>
<td>Snacks:</td><td><?php echo $snacks?></td>
</tr>
<tr>
<td>Dinner:</td><td><?php echo $dinner?></td>
</tr>
</tbody>
</table>

<?php
}
else
echo '<div style='.'margin-left:510px;font-size:30px'.'>data not available for the given day</div>';
?>
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Tagged Pages: mess management, mess management system complete documentation in php, mess management system project in php,
Popular Searches: mess bill format in word, dfd of hostel mess, mess management system project in php, abstract for mess mnagment system, mess bill format for hostel, mess bill format, ppt of mess management in jsp,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
mess management system in php free download - by Guest - 27-06-2015, 11:38 PM
RE: mess management system in php free download - by seminar report asees - 29-06-2015, 03:57 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
Music download free atm with an eye documentation and ppts 5 19,026 27-02-2019, 10:14 AM
Last Post:
  student internal mark management project download 2 2,671 01-01-2019, 06:46 PM
Last Post: Krishnakumar2000
  srs on textile management system 2 2,453 25-12-2018, 08:03 PM
Last Post: Selva lakshmi
  free download college alumni project in php 6 19,602 02-12-2018, 07:06 PM
Last Post:
  solution manual of cl wadhwa power system pdf free download 8 23,481 25-11-2018, 10:48 PM
Last Post:
  dfd for alumni management system 1 2,831 23-09-2018, 12:00 PM
Last Post: Guest
  technical dumb charades free download related to electrical engineering 1 20,451 18-08-2018, 04:14 PM
Last Post: Guest
Big Grin public distribution system project in vb net pdf download 1 20,293 14-08-2018, 07:25 PM
Last Post: Guest
  online campus recruitment system in php 2 9,495 17-07-2018, 03:03 PM
Last Post: jerry
  free download source code of online college magazine 5 17,855 29-06-2018, 10:09 AM
Last Post: Guest

Forum Jump: