mess management system in php free download
#1

Mess management software requirement -
1] information entry about students [name,address,hostel,room no ]
2] Daily analysis of food
3] Monthly analysis of payment of students
Reply
#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
#3

To get information about mess management system refer the links below



http://projectsreportt-form-for-hostel-mess-management-system

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 project in php, mess management system complete documentation in php,
Popular Searches: literature view of hostel mess, mess management, sample of hostel mess bill, billing format for mess, full report of mess management system pdf, mess management system in vb net, dfd of hostel mess,

[-]
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)

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

Forum Jump: