Project Report of Electricity Billing System Page 1
Project Report of Electricity Billing System Page - 122 Project Report of Electricity Billing System Page - 123 Coding for Bill-Report.php include_once("includes/header.php"); include_once("includes/db_connect.php"); if($_SESSION['user_details']['user_level_id'] == 2) $SQL="SELECT * FROM `bill`,`month`,`connection`,`user` WHERE user_id = connection_customer_id AND bill_month = month_id AND user_id = ".$_SESSION['user_details']['user_id']; else $SQL="SELECT * FROM `bill`,`month` WHERE bill_month = month_id"; $rs=mysql_query($SQL) or die(mysql_error()); ?> Electricity Bill Reportif($_REQUEST['msg']) { ?> Project Report of Electricity Billing System Page - 125 =$_REQUEST['msg']?>
} ?> Project Report of Electricity Billing System Page - 129 Coding for Booking-Details.php include_once("includes/header.php"); if($_REQUEST[room_id]) { $SQL="SELECT * FROM room,category WHERE room_category_id = category_id AND room_id = $_REQUEST[room_id]"; $rs=mysql_query($SQL) or die(mysql_error()); $data=mysql_fetch_assoc($rs); } $R = $_REQUEST; $userData = $_SESSION['user_details']; ?> Project Report of Electricity Billing System Page - 131 text-align:center; boder:1px solid; margin:1px; border:1px solid #101746; } th { font-weight:bold; color:#ffffff; font-size:12px; background-color:#bf3c22; padding:5px; } Project Report of Electricity Billing System Page - 132 Selected Room Details>=$data['category_name']?> =$data[room_title]?>
Book Your Room (Review Your Booking
|