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: quotation format of mess owner to the bank, mess management, mess bill project, abstract for mess mnagment system, hostel mess management ppt, hostel mess bill format, sample of hostel mess bill,

[-]
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 18,838 27-02-2019, 10:14 AM
Last Post:
  student internal mark management project download 2 2,651 01-01-2019, 06:46 PM
Last Post: Krishnakumar2000
  srs on textile management system 2 2,427 25-12-2018, 08:03 PM
Last Post: Selva lakshmi
  free download college alumni project in php 6 19,483 02-12-2018, 07:06 PM
Last Post:
  solution manual of cl wadhwa power system pdf free download 8 23,346 25-11-2018, 10:48 PM
Last Post:
  dfd for alumni management system 1 2,820 23-09-2018, 12:00 PM
Last Post: Guest
  technical dumb charades free download related to electrical engineering 1 20,336 18-08-2018, 04:14 PM
Last Post: Guest
Big Grin public distribution system project in vb net pdf download 1 20,135 14-08-2018, 07:25 PM
Last Post: Guest
  online campus recruitment system in php 2 9,421 17-07-2018, 03:03 PM
Last Post: jerry
  free download source code of online college magazine 5 17,723 29-06-2018, 10:09 AM
Last Post: Guest

Forum Jump: