You are on page 1of 126

HOTEL MANAGEMENT SYSTEM

Project report submitted towards partial Fulfillment for the award of Degree

Bachelor of Technology

In

Computer Science & Engineering

( Session 2015-2019)

Under the guidance of : Submitted By:

Mr. Akhilesh Ku. Singh Suryakant Shastri

(1528310030)

Khushboo Kumari

(1528310009)

Department Of Computer Science & Engineering

LDC Institute Of Technical Studies, Prayagraj

Affiliated to

Dr. A.P.J. ABDUL KALAM TECHNICAL UNIVERSITY

LUCKNOW
CERTIFICATE

Declared

that the project “HOTAL MANAGEMENT SYSTEM” done by us under the guidance
of Mr. Akhilesh Kumar Singh meets the curricular partial requirements of AKTU
for successful completion of B.Tech course in the discipline of Computer
Science & Engineering LDC Institute of technical studies Soraon prayagraj.

We undertake hereby that the work done for the project is slely due to our own
effort and in no way duplicates efforts of any outside agencies.

Name of Students: (Signature)

Suryakant Shastri

Khushboo Kumari

Certified By

Guide:

Mr. Akhilesh Kumar Singh (Signature)

H.O.D

Mrs. Archana Tondon (Signature)

DIRECTOR

(Signature & Seal)


Acknowledgement

We have the students of B.Tech IVth year branch- Computer Science &
Engineering of L.D.C Institute of Technical Studies , Soraon ,Prayagraj have done
the project “HOTAL MANAGEMENT SYSTEM” as partial requirement for the
award of degree by AKTU , Uttar Pradesh hereby acknowledge following:

Technical guidance of Mr. Akhilesh Kumar Singh in successful completion of


project .

The Motivetional guidance of Mrs. Archana Tondon.

The inspirational and moral guidance of

The infrastructure support and ethical guidance of Mr. Sanjay Gupta (Chairman)
and member of governing body . LDCITS , Soraon , Prayagraj.

1. Mr. Vivek Gupta

2.Mr. Iqbal Ahmad

3.Mr. Akhilesh Kumar Singh


ABSTRACT

The knowledge and understanding of quality standards of guests helps hotel


managers improve the quality of hotel services and increase guests’ satisfaction with
the hotel stay. Different aspects of a hotel offer participate in the guests’ evaluation
of the hotel experience. The factors that influence guests’ satisfaction level are also
named “hotel attributes”. There exist a large number of factors that influence guests’
impressions, but certainly not all of them have the same level of importance for
guests. In order to be aware of the strengths and weaknesses of their businesses,
hotel management has to identify which improvements in the hotel operations can
bring additional value to their guests. One of the most reliable information sources
for gaining customer knowledge is undoubtedly the feedback provided directly from
customers. If analyzed properly, it can be exploited for the purpose of improving
the hotel operations and raising profits
INDEX

 Introduction
 Software Development Methodology
 System Requirement Specification

 Introduction
 Purpose
 Scope
 Abbreviations
 References
 Overview * Overall Description *Product Perspective
1.System Interfaces
2.User Interfaces
3.Hardware Interfaces
4.Communication Interfaces
5.Memory constraints
6.Operations
7.Site Adaption Requirements
 Product Functions
 User Characteristics
 Constraints
 Assumptions and Dependencies
 Apportioning of requirements
 Specific Requirements
 External interface
 Requirements *User Interfaces
1.Hotel Check availability
2.check Room Details
3.Check Booking
4.check date
 Hardware interfaces *Software
Interfaces *communications
Interfaces *Software Product
Features * Hotel Booking process
CODING
Index.php
<?php

session_start();

?>

<!DOCTYPE html>

<html>

<head>

<title>Hotel Bliss</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="style.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" type="text/css" href="images/mystyle.css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<script>

$(document).ready(function(){

$("#flip").click(function(){

$("#panel").slideToggle("fast");
});

</script>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="Hotal bliss.php">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li class="active"><a href="Index.php">HOME</a></li>


<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>
<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

<li><a href="contect.php">CONTECT</a></li>

</ul>

<ul class="nav navbar-nav navbar-right">

<li id="flip"><a href="form7.php">CHECK


AVAILABILITY</a></li>

</ul>

</div>

</nav>

<div id="myCarousel" class="carousel slide" data-ride="carousel">

<!-- Indicators -->

<ol class="carousel-indicators">

<li data-target="#myCarousel" data-slide-to="0" class="active"></li>

<li data-target="#myCarousel" data-slide-to="1"></li>

<li data-target="#myCarousel" data-slide-to="2"></li>

<li data-target="#myCarousel" data-slide-to="3"></li>

<li data-target="#myCarousel" data-slide-to="4"></li>

<li data-target="#myCarousel" data-slide-to="5"></li>

</ol>
<!-- Wrapper for slides -->

<div class="carousel-inner" role="listbox">

<div class="item active">

<img src="img1/bliss.jpg"alt="1" style="height:700px">

<div class="carousel-caption">

<h1>HOTEL BLISS</h1>

<h3>THE CITY'S MOST PRESTIGIOUS ADDRESS</h3>

</div>

</div>

<div class="item">

<img src="img/lov.jpg" alt="2" style="height:700px">

<div class="carousel-caption">

<h1>A LAND MARK HOTEL</h1>

<h3>RICH IN TRADITION,SOPHISTICATION & STYLE</h3>

</div>

</div>
<div class="item">

<img src="img1/liv.jpg" alt="3" style="height:700px">

<div class="carousel-caption">

<h1>OLD-WORLD CHARM</h1>

<h3>EXPERIENCE AND AMBIANCE OF ELEGANCE</h3>

</div>

</div>

<div class="item">

<img src="img1/w3.jpg" alt="4" style="height:700px;">

<div class="carousel-caption">

<h1>EXQUISITE VENUE</h1>

<h3>EXPERIENCE UNFORGETTABLE EVENTS</h3>

</div>

</div>

<div class="item">

<img src="img1/tt.jpg" alt="5" style="height:700px;">

<div class="carousel-caption">

<h1>ELEGANCE DEFINED</h1>

<h3>THE MOST LUXURIOUS OF STAYS</h3>

</div>
</div>

<div class="item">

<img src="img1/aq.jpg" alt="6" style="height:700px;">

<div class="carousel-caption">

<h1>GREAT TASTE</h1>

<h3>A CULINARY LANDMARK</h3>

</div>

</div>

</div>

<!-- Left and right controls -->

<a class="left carousel-control" href="#myCarousel" role="button" data-


slide="prev">

<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>

<span class="sr-only">Previous</span>

</a>

<a class="right carousel-control" href="#myCarousel" role="button" data-


slide="next">

<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>

<span class="sr-only">Next</span>

</a>
</div>

<script>

$(document).ready(function(){

// Activate Carousel

$("#slider").carousel({interval: 500});

// Enable Carousel Indicators

$(".item1").click(function(){

$("#slider").carousel(0);

});

$(".item2").click(function(){

$("#slider").carousel(1);

});

$(".item3").click(function(){

$("#slider").carousel(2);

});

$(".item4").click(function(){

$("#slider").carousel(3);

});

// Enable Carousel Controls

$(".left").click(function(){

$("#slider").carousel("prev");
});

$(".right").click(function(){

$("#slider").carousel("next");

});

});

</script>

<div>

<form id="panel" action=" action.php" method="post">

<label for="check in date">Check in date</label>

<input type="date" name="check in date" required>

<label for="check out date">check out date</label>

<input type="date" name="check out date">

<br /> <br /><label for="rooms">Rooms</label>

<input type="number" name="quantity" min="1" max="6">

<br /><br /> <label for="adult">Adult</label>

<input type="number" name="quantity" min="1" max="3" >

<br /> <br /> <label for="children">Children</label>

<input type="number" name="quantity" min="0" max="3">


<input type="submit" value="check availability">

</form>

</div>

<div class="head">

<div class="row">

<div class="col-smn-12">

<h1>The city's most prestigious address. A globally renowned


hospitality brand.<br>Welcome to HOTEL BLISS</h1>

</div>

</div>

</div>

<div class="head1">

<div class="row">

<div class="col-sm-6">

<img src="img/lj.jpg">
</div>

<div class="col-sm-6">

<h1>SCENIC PARK VIEW 2 <br>DOUBLE BED </h1>

<p>With large double bed and ornate furnishing

</p>

</div>

</div>

</div>

<br><br>

<div class="head1">

<div class="row">

<div class="col-sm-6">

<h5>EXTRAORDINARY SERVICE </h5>

<H2>THOUGHTFUL TOUCHES <br>MEET OLD WORLD


EXTRAVAGANCE <br>FOR THE MODERN TRAVELLER</H2>

</div>

<div class="col-sm-6">

<img src="img/lov.jpg">

</div>

</div>

</div>
<br><br>

<div class="head1">

<div class="row">

<div class="col-sm-6">

<img src="img/ee.jpg">

</div>

<div class="col-sm-6">

<h3 style="color:white">DINING & BAR</h3>

<H1>GASTERONOMIC<br>EXCELLENCE

</H1>

<h4 style="color:white">Bliss offers guests the opportunity to enjoy<br>


everything from afternoon tea<br> to award-wining cocktails,<br> to innovative
artistic cuisine.</h4>

</div>

</div>

</div>

<div class="head1">

<div class="row">

<div class="col-sm-12">

<div class="head6"><h1>WELCOME TO INDIA'S WALKING CITY


!</h1>

<div class="box">
<ul>

<li><a href="descover.php">DISCOVER--></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="head1">

<div class="row">

<div class="col-sm-6">

<img src="img1/g2.jpg" style="width:820px;height:600px">

</div>

<div class="col-sm-6">

<img src="img1/g3.jpg" style="width:820px;height:600px">

</div>

</div>

</div>

<div class="head2">

<div class="row">

<div class="col-sm-12">
<h1>BOOK YOUR STAY WITH US !</h1>

<div class="box1">

<ul>

<li><a href="Book Now.php">BOOK NOW</a></li>

</ul>

</div>

</div>

</div>

</div>

<br><br>

<div class="head1">

<div class="row">

<div class="col-sm-12">

<h1>SPECIAL OFFER</h1>

<P>Experience the

best Thing has to offer with a stay at Hotel BLISS,<br> where you
need never lift a finger.</P>

</div>

</div>

</div>

<br><br>
<div class="head1">

<div class="row">

<div class="col-sm-4">

<img src="img/16.jpg" style="height:300px;width:480px">

</div>

<div class="col-sm-4">

<img src="img1/car.jpg">

</div>

<div class="col-sm-4">

<img src="img/images%20(21).jpg">

</div>

</div>

</div>

<br><br>

<div class="head1">

<div class="row">

<div class="col-sm-4">

<div class="head13"><p>BREKFAST</p>

</div>

</div>

<div class="col-sm-4">

<div class="head13"><p>PARKING PACKAGE</p>


</div>

</div>

<div class="col-sm-4">

<div class="head13"><p>WEDDING PACKAGE</p>

</div>

</div>

</div>

</div>

<div class="container-fluid" style="height:200px">

<div class="head14">

<div class="row">

<div class="col-sm-3">

<ul>

<li>

<input type="text" placeholder="Enter Your Email">

<input type="button" value="ENTER" style="color:blue">

</li>

</ul>
</div>

<div class="col-sm-3">

<H3 style="color:white"> ADDRESS</H3>

<p style="color:white"> 15 Sankat Mochan Street</p>

<p style="color:white"> VARANASI</p>

</div>

<div class="col-sm-3">

<H3 style="color:white"> CONTACT US</H3>

<p style="color:white">Tel:0542-2314469</p>

<p style="color:white"> M:8565919767</p>

</div>

<div class="col-sm-3">

<a href="blissvns@gmail.com">blissvns@gmail.com</a>

</div>

</div>

</div>

</div>

</div>

</div>

</body>

</html>
<?php

?>
CheckAvailability.php
<?php

include("connection.php");

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>check availability</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" href="css/mycss.css">

<body style="background-image:url(img1/11.jpg)">

<h1 style="text-align:center">check availability</h1>

<div class="check2">

<form action=" " method="POST">

<table>

<tr >

<td style="text-align:center"><label for=""> Check In Date:</label></td>

<td><input type="date" name="check in date" id="" style="text-


align:center"></td>

</tr>

<tr style="padding:20px;">
<td><label for=""> Check In Out:</label></td>

<td><input type="date" name="check in out" id=""></td>

</tr>

<tr style="padding:20px;">

<td><label for=""> Number of Room:</label></td>

<td><input type="number" name="room-number" id=""></td>

</tr>

<tr style="padding:20px;">

<td><label for=""> Adult:</label></td>

<td><input type="number" name="adult-number" id=""></td>

</tr>

<tr style="padding:20px;">

<td><label for=""> Children:</label></td>

<td><input type="number" name="child-number" id=""></td>

</tr>

<tr>

<td><a href="Book Now.php"><input type="submit" name="check" id=""


value="Check Availability"></a></td>

</tr>

</table>

</form>

</div>
<?php

if (

"null !=($_POST('submit'))") {

echo "click";

else {

echo"Not click";

?>

</body>

</html>
Book Now.php
<?php

include("connection.php");

?>

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" href="css/mycss.css" rel="stylesheet" type="text/css">

<style>

img {

width: 500px;

height: 400px;

display: inline-block;

border: 1px solid brown;

</style>

<title>Book Hotal</title>

</head>
<body style="background-image:url(img1/11.jpg)">

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE
<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li class="active"><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

<li><a href="contect us.php">CONTECT US</a></li>

</ul>

</div>

</nav>

<div class="container-fluid book1">

&nbsp;&nbsp;&nbsp;&nbsp;<h1 style="font-
size:25px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;Booking</h1>

<p>&nbsp;</p>

<form action=" " method="post">

<label for="stetus">stetus</label><br>

<input type="text" name="stetus" id="">

<br><br>
<label
for="name">Name:</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;

<input id="name" name="name" placeholder="Full Name" required=""


tabindex="1" type="text"><br><br>

<label
for="email">Email</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;

<input id="email" name="email" placeholder="Email" required=""


type="email"><br><br>

<label
for="name">City:</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<input id="name" name="name" placeholder="Full Name" required=""


tabindex="1" type="text"><br><br>

<label for="mobile">Mobile No:</label> &nbsp;&nbsp;

<input id="phone" name="mobile" placeholder="Number" required=""


type="text"> <br><br>

<div style="position:relative;height:80px;">

<label for="in">Check in:</label> &nbsp;&nbsp;&nbsp;&nbsp;

<input id="calendar3" name="in" placeholder="2015-06-02" required=""


type="date"> <br><br>

<label for="out">Check out:</label> &nbsp;&nbsp;

<input id="calendar4" name="out" placeholder="2015-06-05" required=""


type="date"> <br><br>

</div><br>
<label for="room-type"> Room Type:</label>

<select name="room">

<option value="selectroom">--select--</option>

<option value="standard">Standard Room</option>

<option value="excutive">Executive Room</option>

<option value="deluxe">Deluxe Room</option>

</select>

<select name="type">

<option value="selectr">--select--</option>

<option value="single">Single</option>

<option value="double">Double</option>

<option value="three">Three</option>

</select>

<br /><br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;<a href="payment.php"><input type="submit" name="submit" value="Book"
/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<input type="reset" name="reset" value="Reset" />

</form>

</div>

<script src="js/jquery-3.2.1.js"></script>

<script src="js/bootstrap.min.js"></script>

</body>
<?php

if (isset($_POST['submit'])) {

?>

</html>
About us.php

<?php

session_start();

?>

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/; charset=utf-8" />

<meta name="viewport" content="width=device-width";initial-scale="1.0" />

<title>About Us</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

<link href="stylea.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-
target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTAL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="drink &
dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li class="active"><a href="about us.php">ABOUT US</a></li>

</ul>

</div>

</nav>

<br><br>

<div class="header container-fluid">

<div class="row">

<div class="header1 container">

<h1 style="color:white; text-align:center">ABOUT</h1>

<h3 style="color:white; text-align:center">BLISS VARANASI</h3>


<BR><BR>

<h3 style="color:white;text-align:center">A Landmark Hotel</h3>


</div>

</div>

</div>

<div class="container-fluid">

<div class="row">

<div class="col-sm-12">

<h1 style="color:rgba(204,153,0,0.7)">ELEGANCE AT THE HEART


OF VARANASI</h1>

<br><br><h4>Bliss Varanasi is the most iconic and longstanding


hotel in the city.Founded in 1992 by the industrious Wyner family as an original
landmark hotel,the hotel has remained in continuous operation to the present
day.Bliss Varanasi situated on 3.5 acres of lush green lawn and gardens.One of the
very few hotel of Varanasi with such sprawling lawns and gardens,has ultra
modern facilities and provide exclusive facilities synonymous with contemporary
and distinctive accomodation,warm and friendly services.</h4>

</div>

</div>

<div class="row">

<div class="col-sm-12">

<BR /><BR /> <h1 style="color:rgba(204,153,0,0.7)">BLISS


ARRIVES</h1>

<br /><h4>After more than 25 years of delighting patrons


worldwide,Bliss hotels,resorts and palaces arrived in Varanasi in 2007,a perfect fit
for space,ambience and, historic old world style.</h4>
</div>

</div>

<div class="row">

<div class="col-sm-12">

<BR /><BR /> <h1 style="color:rgba(204,153,0,0.7)">HOTELS AND


TATA GROUPS</h1>

<BR /> <h4>After more than 25 years of delighting patrons


worldwide,Bliss hotels,resorts and palaces arrived in Varanasi in 2007,a perfect fit
for space,ambience and, historic old world style.Bliss Hotels are owned by Tata
Group.Tata Group is a global enterprise headquatered in Mumbai India,comprising
over 100 independent operating companies.The group operates in more than 100
countries across six continents,with a mission 'To improve the quality of life of the
communities we serve globally'.</h4>

</div>

</div>

</div><br /><br />

<div class="container-fluid">

<div class="footer">

<div class="row">

<div class="col-sm-12">

<h3>ADDRESS</h3>

<h4>15 Sankat Mochan Street,Varanasi,India</h4>

<br /><br />

<h3>CONTACT</h3>

<h4>Tel:0542-2314469<br />
M:9621841373</h4>

</div>

</div>

</div>

</div>

</body>

</html>

Discover.php
<?php

session_start();

?>

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

</head>

<body>

<div>
<div class="kashi">

<h1 align="center"><a href="#" style="text-decoration:none">Kashi


Vishwanath Temple</a> </h1>

<div style="padding-left:280px;"><img src="img1/1.jpg" alt=""></div>

<div style="width:70%;height:125px; padding-left:200px;"><p


align="center">Kashi is at the heart of Hinduism, then Kashi Vishwanath Temple
is the heartbeat of this godly land. This divine

sanctuary is one of the holiest lands that are known to exist in the country.
In fact, so sacred is this shrine that it

finds mention in the Skanda Puranda, which is an ancient Hindu scripture.


Devoted to Lord Shiva, this temple is

frequented by throngs of Hindus every day owing to its


popularity.</p></div>

</div>

</div> <!-- kashi-->

<div>

<h1 align="center"><a href="#" style="text-decoration:none">Ghat of


Varanasi</a></h1>

<div><img src="img1/2.jpg" alt=""style="width:600px;height:500px;


padding:23px;">

<img src="img1/3.jpg" style="width:600px;height:500px;


padding:23px;">

</div>

<div style="width:1100px; height:150px; padding-left:70px;"><p


align="center">Ghats in Varanasi are riverfront steps leading to the banks of the
River Ganges. The city has 88 ghats. Most of the
ghats are bathing and puja ceremony ghats, while two ghats are used
exclusively as cremation sites.[1]

Most Varanasi ghats were rebuilt after 1700 AD, when the city was part of
Maratha Empire.[2] The patrons of current

ghats are Marathas, Shindes (Scindias), Holkars, Bhonsles, and Peshwes


(Peshwas). Many ghats are associated with legends

or mythologies while many ghats are privately owned. Morning boat ride on
the Ganges across the ghats is a popular

visitors attraction.</p></div>

</div>

</body>

</html>
Drink_dine.php
<?php

Session_start()

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Wedding</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<style>

img{

height:700px;

width:100%;

.block{

border:2px solid black;

height:200px;

width:500px;

</style>
</head>

<body>

<div class="container-fluid">

<div class="row">

<div class="col-sm-12">

<a><img src="img/i13.jpg"></a></div>

</div>

</div>

</body>

</html>

executive.php
<?php

session_start();

?>

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Executive Rooms</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="style.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<style>

img{

width:100%;

height:800px;

display:inline-block;

</style>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>
<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE
<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

</ul>

</div>

</nav><br /><br /><br />

<div id="myCarousel" class="carousel slide" data-ride="carousel">

<!-- Indicators -->

<ol class="carousel-indicators">

<li data-target="#myCarousel" data-slide-to="0" class="active"></li>

<li data-target="#myCarousel" data-slide-to="1"></li>


</ol>

<!-- Wrapper for slides -->

<div class="carousel-inner" role="listbox">

<div class="item active">

<img src="img1/i1.jpg" style="height:800px;width:100%">

<div class="carousel-caption">

<h1>EXECUTIVE ROOMS</h1>

<h3>At Rs 5000 per night</h3>

</div>

</div>

<div class="item">

<img src="img1/i4.jpg" style="height:800px;width:100%">

<div class="carousel-caption">

<h1>EXECUTIVE ROOMS</h1>

<h3> At Rs 5000 per night</h3>

</div>

</div>

</div>

<!-- Left and right controls -->

<a class="left carousel-control" href="#myCarousel" role="button" data-


slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>

<span class="sr-only">Previous</span>

</a>

<a class="right carousel-control" href="#myCarousel" role="button" data-


slide="next">

<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>

<span class="sr-only">Next</span>

</a>

</div>

<script>

$(document).ready(function(){

// Activate Carousel

$("#slider").carousel({interval: 300});

// Enable Carousel Indicators

$(".item1").click(function(){

$("#slider").carousel(0);

});

$(".item2").click(function(){

$("#slider").carousel(1);

});

// Enable Carousel Controls

$(".left").click(function(){
$("#slider").carousel("prev");

});

$(".right").click(function(){

$("#slider").carousel("next");

});

});

</script>

<br />

<div class="row">

<div class="col-sm-12">

<h1 style="text-align:center;padding:20px">EXECUTIVE ROOMS</h1>

<p style="text-align:center;padding:20px">Executive Rooms(1 bedroom)have


been recently renovated<br /> to heighten the comfort factor.Not only do these
come <br />with optional views of the tropical gardens and the swimming
pool,they<br /> also feature a spacious bathroom,teak wood flooring and King size
beds,<br />Queen size beds or twin beds as per your requirement.</p>

</div>

</div>

</div>

</body>

</html>
Fecilites.php
<?php

session_start();

?>

<!DOCTYPE html>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Facilities</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="mystyle.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<style>

.page-header{

border-bottom: 1px solid brown;

text-align: center;

</style>

</head>
<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>


</ul>

</li>

<li class="active"><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<LI><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

<li><a href="contect.php">CONTECT</a></li>

</ul>

</div>

</nav>

<br><br><br>

<div class="container-fluid">

<div class="row">
<div class="col-sm-12">

<h1 class="page-header">HOTEL FACILITIES & AMENITIES</h1>

</div>

</div>

<div class="container">

<div class="row">

<div class="col-sm-12">

<h3>HOTEL FACILITIES</h3>

<BR>

<ul>

<li><p>24 hour Business Centre</p></li>

<li><p>High-speed Internet with Wi-Fi option</p></li>

<li><p>Audiovisual equipment available</p></li>

<li><p>Workstations</p></li>

<li><p>Facsimile,photocopier facilities </p></li>

<li><p>Secretarial services</p></li>

<li><p>Mail services</p></li>

<li><p>Complimentary newspapers and peridicals</p></li>

<li><p>Shopping arcade</p></li>

</ul>

</div>

</div>

</div>
<br><br>

<div class="container">

<div class="row">

<div class="col-sm-12">

<h3>SERVICES AND AMENITIES</h3>

<BR>

<ul>

<li><p>24 hour room service</p></li>

<li><p>Laundry service/valet</p></li>

<li><p>Doctor-on-call</p></li>

<li><p>Travel assistance</p></li>

<li><p>Car hire service </p></li>

<li><p>Currency exchange</p></li>

</ul>

</div>

</div>

</div>

<br><br>

<div class="container">

<div class="row">

<div class="col-sm-12">

<h3>WELLNESS AMENITIES</h3>

<BR>
<ul> <li>

<p>Fitness centre</p></li>

<li><p>Swimming pool</p></li>

</ul>

</div>

</div>

</div>

</div>

</body>

</html>

Gallery.php
<?php

session_start()

?>

<!DOCTYPE html >

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width";initial-scale="1.0" />

<title>Gallery</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<style>

img{

width:500px;

height:400px;

display:inline-block;

border:1px solid brown;

</style>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>
</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>
<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li class="active"><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

</ul>

</div>

</nav>

<br><br><br>

<div class="container-fluid">

<div class="row">

<div class="col-sm-12">

<h1 style="color:brown;text-align:center">GALLERY</h1>

<br><br><br>

</div>

</div>

<div class="row">

<div class="col-sm-4">

<a><img src="img1/i1.jpg" class="img-responsive"></a>


</div>

<div class="col-sm-4">

<a><img src="img1/i2.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i3.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>

<div class="row">

<div class="col-sm-4">

<a><img src="img1/i4.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i5.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/aq.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>

<div class="row">

<div class="col-sm-4">
<a><img src="img1/i7.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/aq1.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i9.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>

<div class="row">

<div class="col-sm-4">

<a><img src="img1/i14.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i10.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i15.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>

<div class="row">
<div class="col-sm-4">

<a><img src="img1/im1.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/im2.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/im5.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>

<div class="row">

<div class="col-sm-4">

<a><img src="img1/i.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i12.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i13.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>
<div class="row">

<div class="col-sm-4">

<a><img src="img1/im8.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/im6.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i8.jpg" class="img-responsive"></a>

</div>

</div>

<br><br>

<div class="row">

<div class="col-sm-4">

<a><img src="img1/im9.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/im11.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/im4.jpg" class="img-responsive"></a>

</div>

</div>
<br><br>

<div class="row">

<div class="col-sm-4">

<a><img src="img1/i17.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/i6.jpg" class="img-responsive"></a>

</div>

<div class="col-sm-4">

<a><img src="img1/im7.jpg" class="img-responsive"></a>

</div>

</div>

</div>

</body>

</html>

Poolbar.php

<?php

Session_start()

?>
<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width";initial-scale="1.0" />

<title>Pool Side Bar</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<style>

img{

width:650px;

height:600px;

display:inline-block;

h1,h3,p{

padding:25px;

}
</style>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &
suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown" class="active">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li> </ul>


</div>

</nav><br /><br />

<div class="container-fluid">

<div class="row" style="background-color:black">

<div class="col-sm-6">

<a><img src="img1/po.jpg"></a>

</div>

<div class="col-sm-6" >

<h1 style="color:rgba(204,153,0,0.7)">POOL SIDE BAR</h1>

<h3 style="color:rgba(204,153,0,0.7);font-family:'Comic Sans MS', cursive">Soak


in and indulge!</h3>

<p style="color:rgba(204,153,0,0.7)">Unique Dining Experience @ 5000/- +


Applicable Taxes Per Person at Poolside...package Includes Special Chef Choice 5
Course Menu ,a Wine Bottle and1/2 kg Cake.

</p>

<h3 style="color:rgba(204,153,0,0.7);font-family:'Comic Sans MS',


cursive">.</h3>

</div>

</div>

</div>

<br /><br />

<div class="container">

<div class="row">
<div class="col-sm-12">

<h1 style="text-align:center;padding:5px">Drink & Dine</h1>

<h3 style="text-align:center;padding:10px"><a
href="tadka.php">Tadka</a></h3>

<h3 style="text-align:center;padding:10px"><a href="poolbar.php">Pool Side


Bar</a></h3>

<h3 style="text-align:center;padding:10px"><a
href="temptationz.php">Temptationz</a></h3>

</div>

</div>

</div>

</body>

</html>

Standard.php

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width";initial-scale="1.0" />

<title>Standard Rooms</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">


<link href="style.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &
suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li></ul>


</div>

</div></nav><br /><br /><br />

<div id="myCarousel" class="carousel slide" data-ride="carousel">

<!-- Indicators -->

<ol class="carousel-indicators">

<li data-target="#myCarousel" data-slide-to="0" class="active"></li>

<li data-target="#myCarousel" data-slide-to="1"></li>

</ol>

<!-- Wrapper for slides -->

<div class="carousel-inner" role="listbox">

<div class="item active">

<img src="img1/i2.jpg" style="height:800px;width:100%">

<div class="carousel-caption">

<h1>STANDARD ROOMS</h1>

<h3>At Rs 3000 per night</h3>

</div>

</div>

<div class="item">

<img src="img1/i4.jpg" style="height:800px;width:100%">

<div class="carousel-caption">

<h1>STANDARD ROOMS</h1>

<h3>At Rs 3000 per night</h3>

</div> </div>
</div>

<!-- Left and right controls -->

<a class="left carousel-control" href="#myCarousel" role="button" data-


slide="prev">

<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>

<span class="sr-only">Previous</span>

</a>

<a class="right carousel-control" href="#myCarousel" role="button" data-


slide="next">

<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>

<span class="sr-only">Next</span>

</a>

</div>

<script>

$(document).ready(function(){

// Activate Carousel

$("#slider").carousel({interval: 300});

// Enable Carousel Indicators

$(".item1").click(function(){

$("#slider").carousel(0);

});

$(".item2").click(function(){
$("#slider").carousel(1);

});

// Enable Carousel Controls

$(".left").click(function(){

$("#slider").carousel("prev");

});

$(".right").click(function(){

$("#slider").carousel("next");

});

});

</script>

<br />

<div class="container">

<div class="row">

<div class="col-sm-12">

<h1 style="text-align:center;padding:20px">STANDARD ROOMS</h1>

<p style="text-align:center;padding:20px">The Bliss Varanasi Standard Rooms


offer optional<br /> views of the landscaped gardens,the city or the<br />
swimming pool.You can say these are some comfortable hotel rooms<br /> around
in Varanasi.Each of them offer a spacious bathroom with twin beds or a Queen size
bed<br />.For that warm ambience the, rooms are dressed with laminated wooden
flooring.</p>

</div>

</div>
</div>

</body>

</html>

Suite.php
<?php

Session_start();

?>

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Deluxe Suite</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="style.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>


</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>


<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>


</ul>

</div>

</nav><br /><br /><br />

<div id="myCarousel" class="carousel slide" data-ride="carousel">

<!-- Indicators -->

<ol class="carousel-indicators">

<li data-target="#myCarousel" data-slide-to="0" class="active"></li>

<li data-target="#myCarousel" data-slide-to="1"></li>

</ol>

<!-- Wrapper for slides -->

<div class="carousel-inner" role="listbox">

<div class="item active">

<div class="row">

<div class="col-sm-6">

<img src="img1/im2.jpg" style="height:600px;width:120%">

</div>

<div class="col-sm-6">

<img src="img1/i9.jpg" style="height:600px;width:120%">


</div>

</div>

</div>

<div class="carousel-caption">

<h1>DELUXE SUITE</h1>

<p>At Rs 7000 per night</p>

</div>

<div class="item">

<img src="img1/aq1.jpg" style="height:600px;width:100%">

<div class="carousel-caption">

<h1>DELUXE SUITE</h1>

<p>At Rs 7000 per night</p>

</div>

</div>

</div>

<!-- Left and right controls -->

<a class="left carousel-control" href="#myCarousel" role="button" data-


slide="prev">

<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>


<span class="sr-only">Previous</span>

</a>

<a class="right carousel-control" href="#myCarousel" role="button" data-


slide="next">

<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>

<span class="sr-only">Next</span>

</a>

</div>

<script>

$(document).ready(function(){

// Activate Carousel

$("#slider").carousel({interval: 300});

// Enable Carousel Indicators

$(".item1").click(function(){

$("#slider").carousel(0);

});

$(".item2").click(function(){

$("#slider").carousel(1);

});

// Enable Carousel Controls


$(".left").click(function(){

$("#slider").carousel("prev");

});

$(".right").click(function(){

$("#slider").carousel("next");

});

});

</script>

<br />

<div class="row">

<div class="col-sm-12">

<h1 style="text-align:center;padding:20px">DELUXE SUITE</h1>

<p style="text-align:center;padding:20px">Overlooking the tropical gardens or


the city,these spacious<br /> suites hace a separate living room and one bedroom
with King beds.<br />Designed to delight, these rooms offer a best amenities
around <br />including a spacious bathrooms and 24x7 efficient service.</p>

</div>

</div>

</div>

</body>

</html>
Tadaka.php

<?php

Session_start()

?>

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width";initial-scale="1.0" />

<title>Tadka</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<style>

img{

width:650px;

height:600px;

display:inline-block;

h1,h3,p{
padding:25px;

</style>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">


<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown" class="active">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>
<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

</ul>

</div>

</nav><br /><br />

<div class="container-fluid">

<div class="row" style="background-color:black">

<div class="col-sm-6">

<a><img src="img1/fi.jpg"></a>

</div>

<div class="col-sm-6" >

<h1 style="color:rgba(204,153,0,0.7)">TADKA</h1>

<h3 style="color:rgba(204,153,0,0.7);font-family:'Comic Sans MS',


cursive">Just a splash of wondrous flavor...is what Tadka all about</h3>

<p style="color:rgba(204,153,0,0.7)">Fine dining at its best,Tadka is a 86 seater


Indian speciality restaurant known for its wonderful kebab and local
flavor.Situated at the lobby level,this elegantly decorated restuarant serves Awadhi
and North-West cuisine for lunch & dinner.The most popular aspect of this cuisine
is Tandoor cooking and the dum style of cooking or the art of cooking over a slow
fire.<br /><br />

The kebabs and other dishes are dispensed from the live kitchen directly onto
the guest's plate.There is an unlimited serving to the journey of kebabs followed by
main meal and dessert at a fixed price served only during the dinner termed as
Kebab Junction.<br /></br>

Live music accompanies the sumptuous delicacies at dinner time to suit and
settle the mood.</p>

<h3 style="color:rgba(204,153,0,0.7);font-family:'Comic Sans MS', cursive">In


here, everything looks 'just perfect'.</h3>

</div>

</div>

</div>

<br /><br />

<div class="container">

<div class="row">

<div class="col-sm-12">

<h1 style="text-align:center;padding:5px">Drink & Dine</h1>

<h3 style="text-align:center;padding:10px"><a
href="tadka.php">Tadka</a></h3>

<h3 style="text-align:center;padding:10px"><a href="poolbar.php">Pool Side


Bar</a></h3>
<h3 style="text-align:center;padding:10px"><a
href="temptationz.php">Temptationz</a></h3>

</div>

</div>

</div>

</body>

</html>

Tamptationz.php

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Temptationz</title>

<title></title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="style.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>


<style>

img{

width:650px;

height:500px;

display:inline-block;

h1,h3,p{

padding:25px;

</style>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>
<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown" class="active">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">
<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

</ul>

</div>

</nav><br /><br />

<div class="container-fluid">

<div class="row" style="background-color:black">

<div class="col-sm-6">

<a><img src="img1/cake.jpg"></a>

</div>

<div class="col-sm-6" >

<h1 style="color:rgba(204,153,0,0.7)">TEMPTATIONZ</h1>

<h3 style="color:rgba(204,153,0,0.7);font-family:'Comic Sans MS',


cursive">Satiate your sweet tooth in the most stylish fashion!</h3>
<p style="color:rgba(204,153,0,0.7)">Temptationz- the bake and cake shop
located at the lobby lounge offers a choice of exclusive varieties of bakery &
confectionery products.Choose from rich velvety cakes,decadent pastries,artisan
chocolates,gourmet patties and a whole range of sweet and savory delights crafted
by the ingenious pastry Chefs of Bliss Varanasi.

</div>

</div>

</div>

<br /><br />

<div class="container">

<div class="row">

<div class="col-sm-12">

<h1 style="text-align:center;padding:5px">Drink & Dine</h1>

<h3 style="text-align:center;padding:10px"><a
href="tadka.php">Tadka</a></h3>

<h3 style="text-align:center;padding:10px"><a href="poolbar.php">Pool Side


Bar</a></h3>

<h3 style="text-align:center;padding:10px"><a
href="temptationz.php">Temptationz</a></h3>

</div>

</div>

</div>

</body>

</html>
Wedding.php
<?php

Session_start()

?>

<!DOCTYPE html>

<html>

<head>

<title>Wedding</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link href="style1.css" rel="stylesheet" type="text/css">

<link href="assets/favicon/icon.ico" rel="icon">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">
<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">

<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>


<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>

<li class="active"><a href="wedding.php">WEDDING</a></li>

<li><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

<li><a href="contect.php">CONTECT</a></li>

</ul>
</div>

</nav>

<br><br>

<div class="header container-fluid">

<div class="row">

<div class="header1 container">

<h3 style="color:white; text-align:center">UNFORGETTABLE


EXPERIENCES</h3> <BR><BR>

<h1 style="color:white; text-align:center">WEDDINGS & SOCIAL


EVENTS</h1> <BR><BR>

</div>

</div>

</div>

<div class="head2">

Begin your life together at this historic hotel located on Sankat Mochan<br>
Street and experience the iconic

sophistication and romantic<br> heritage of Bliss Vns.

</div>
<div class="head14">

<div class="row">

<div class="col-sm-6">

<img src="img/ccrr.jpg">

</div>

<div class="col-sm-6">

<img src="img/ccr.jpg">

</div>

</div>

</div>

<div class="head2">

EXPERIENCE AN UNPARALLELED LEVEL OF SERVICE<br> WITH


OUR DEDICATED EVENT PLANNERS TO ASSIST<br> WITH EVERY
DETAIL

</div>

<div class="container-fluid">

<div class="head14">

<div class="row">

<div class="col-sm-6">

<img src="img/hindu.jpg">
</div>

<div class="col-sm-6">

<img src="img/images%20(26).jpg">

</div>

</div>

</div>

</div>

<div class="head2">

EXPERIENCE AN UNPARALLELED LEVEL OF SERVICE<br> WITH


OUR DEDICATED EVENT PLANNERS TO ASSIST<br> WITH EVERY
DETAIL

</div>

<div class="container-fluid">

<div class="head14">

<div class="row">

<div class="col-sm-6">

<img src="img/muslim6.jpg">

</div>

<div class="col-sm-6">

<img src="img/images%20(21).jpg">

</div>
</div>

</div>

</div>

<div class="head2">

EXPERIENCE AN UNPARALLELED LEVEL OF SERVICE<br> WITH


OUR DEDICATED EVENT PLANNERS TO ASSIST<br> WITH EVERY
DETAIL

</div>

<div class="container-fluid">

<div class="head14">

<div class="row">

<div class="col-sm-6" style="background-color:black;height:550px;margin-


top: 45px;">

<h1 id="head"> CEREMONY</h1>

<p id="para">The scene is set for your ceremony with sparkling crystal
chandeliers, ornate decor, opulent

classical furnishings and richly draped windows with breathtaking views of


Bliss.</p>

</div>

<div class="col-sm-6">

<img src="img/cr.jpg" style="padding-bottom:50px;padding-top:0px">

</div>
</div>

</div>

</div>

<div class="container-fluid">

<div class="head14">

<div class="row">

<div class="col-sm-6">

<img src="img/w2.jpg">

</div>

<div class="col-sm-6" style="background-color:black;height:550px;margin-


top: 47px;">

<h1 id="head"> CELEBRATION</h1>

<p id="para">A legendary Bliss venue for the city’s most celebrated events,
our Grand Ballroom features a

grand staircase to make a stunning entrance into dinner and dancing.


World-renowned cuisine and exceptional

service create an unparalleled experience for you and your guests.</p>

</div>

</div>

</div>

</div>

<div class="container-fluid">

<div class="head14">

<div class="row">
<div class="col-sm-6" style="background-color:black;height:550px ; margin-
top: 45px;">

<h1 id="head">RECEPTION</h1>

<p id="para">The scene is set for your ceremony with sparkling crystal
chandeliers, ornate decor, opulent

classical furnishings and richly draped windows with breathtaking views of


BLISS</p>

</div>

<div class="col-sm-6">

<img src="img1/wed.jpg">

</div>

</div>

</div>

</div>

<div class="head3">

<h1> EXPLORE VENUES</h1>

<p>Browse our enviable collection of distinctive venues.</p>

</div>

</body>

</html>
Style.css
.container-fluid{

height: 135px;

margin-top: 0px;

background-color: rgba(39,41,47,1);

font-size: 14px;

padding-top: 80px;

.navbar-brand{

font-size: 30px;

font-family: serif;

.item{

height: 700px;

.item img{

width:100%;
}

.carousel-caption h1{

font-size: 50px;

font-style:normal;

color:aliceblue;

text-align: center;

margin-bottom: 100px;

font-family:ankit;

.carousel-caption p{

font-size: 20px;

font-style:normal;

color:aliceblue;

text-align: center;

margin-bottom: 50px;

font-family:ankit;

.head{

height: 200px;

width: 100%;

background-color: bisque;

padding:10px;
}

.head h1{

font-size: 30px;

font-family: ankit;

text-align: center;

padding: 40px;

.head1{

background-color: black;

text-align:center;

font-size:20px;

font-family: ankit;

color:rgba(204,153,0,0.7);

.box{

border: solid 1px black;

height: 50px;

width: 250px;
margin-left: 600px;

padding:10px;

background-color: black;

ul{

list-style-type:none;

li a:hover{

background-color:black;

color:white;

.box1{

border: solid 1px goldenrod;

height: 60px;

width: 200px;

margin-left: 650px;

padding:10px;

background-color:black;

text-shadow: 2px;

li a:hover{

color:white;
}

.head13{

display: inline;

height: 100px;

width:30%;

margin:15px;

margin-right: 25px;

padding: 0px;

background-color: black;

.head13 P{

font-size: 25px;

font-family: ankit;

color: goldenrod;

text-align: center;

padding:20px;

.head6{

background-color:wheat;

height:200px;
padding:22px;

.head6 h1{

color:black;

.head2{

background-color: wheat;

height:200px;

color: black;

#panel{

display:none;

margin:40px;

#book1{

width: 100%;

height: auto;

background-color: burlywood;

#bookd{

width: 50%;

height: 500px;
background-color: darkgray;

margin-left: 200px;

Payment.php
<?php

Include(connection.php);

?>

<!DOCTYPE html >

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width";initial-scale="1.0" />

<title>Payment Mode</title>

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" href="css/mycss.css">

<link rel="stylesheet" href="style.css'">

<script type="text/javascript" src="js/jquery-3.2.1.js"></script>

<script type="text/javascript" src="js/bootstrap.min.js"></script>

<style>

img{

width:500px;
height:400px;

display:inline-block;

border:1px solid brown;

</style>

</head>

<body style="background-image:url(img1/11.jpg)">

<nav class="navbar navbar-inverse navbar-fixed-top">

<div class="container-fluid">

<div class="navbar-header">

<button type="button" class="navbar-toggle" data-toggle="collapse" data-


target="#myNavbar">

<span class="icon-bar"></span>

<span class="icon-bar"></span>

<span class="icon-bar"></span>

</button>

<a class="navbar-brand" href="#">HOTEL BLISS</a>

</div>

<div class="collapse navbar-collapse" id="myNavbar">

<ul class="nav navbar-nav navbar-left">


<li><a href="Index.php">HOME</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="rooms &


suites.php">ROOMS & SUITES

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="standard.php">STANDARD ROOMS</a></li>

<li><a href="executive.php">EXECUTIVE ROOMS</a></li>

<li><a href="suite.php">DELUXE SUITE</a></li>

</ul>

</li>

<li><a href="facilities.php">FACILITIES</a></li>

<li class="dropdown">

<a class="dropdown-toggle" data-toggle="dropdown" href="drink &


dine.php">DRINK & DINE

<span class="caret"></span></a>

<ul class="dropdown-menu">

<li><a href="tadka.php">TADKA</a></li>

<li><a href="poolbar.php">POOL SIDE BAR</a></li>

<li><a href="temptationz.php">TEMPTATIONZ</a></li>

</ul>

</li>
<li><a href="wedding.php">WEDDING</a></li>

<li class="active"><a href="gallery.php">GALLERY</a></li>

<li><a href="about us.php">ABOUT US</a></li>

</ul>

</div>

</nav>

<div id="payment"><br>

<h1>Payment Mode</h1>

<div id="a2">

<p>&nbsp;</p>

<form action="payment.php" method="post">

<label>Card Type:</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<select name="type">

<option value="debit">Debit Card</option>

<option value="credit">Credit
Card</option>

</select>

<br><br>

<label>Expirt Date:</label>&nbsp;&nbsp;&nbsp;
<select name="month">

<option>Jun</option>

<option>Feb</option>

<option>Mar</option>

<option>May</option>

<option>Jun</option>

<option>July</option>

<option>Aug</option>

<option>Sep</option>

<option>Oct</option>

<option>Nov</option>

<option>Dec</option>

</select>

<select name="year">

<option>2015</option><option>2016</option>

<option>2017</option><option>2018</option>

<option>2019</option><option>2020</option>

<option>2021</option><option>2022</option>

<option>2023</option><option>2024</option>

<option>2025</option><option>2026</option>

<option>2027</option><option>2028</option>

<option>2030</option><option>2031</option>

<option>2032</option><option>2033</option>
<option>2034</option><option>2035</option>

<option>2036</option><option>2037</option>

<option>2038</option><option>2039</option>

<option>2040</option><option>2041</option>

<option>2042</option><option>2043</option>

<option>2044</option><option>2045</option>

<option>2046</option><option>2047</option>

<option>2048</option><option>2049</option><option>2050</option>

</select>

<br><br>

<label for="cardno">Card
No:</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<input id="caedno" name="num" placeholder="Number" required=""


type="text"><br><br>

<label for="name">Card Name:</label>&nbsp;&nbsp;&nbsp;&nbsp;

<input id="name" name="name" placeholder="Name" required=""


type="text"><br><br>

<label for="password">CVV
No:</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<input id="password" name="cvv" placeholder="Number"


required="" type="password"><br><br>
<label
for="password">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pin</label>&
nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<input id="password" name="password" placeholder="Number"


required="" type="password"><br><br><br>

<input type="submit" name="submit" value="Ok" />

<input type="reset" name="reset" value="Reset" />

</form>

</div><!--a2-->

</div><!--payment-->

</div><!--holder-->

</body>

</html>
FEASABILITY STUDY
SCREENSHOTS
BIBLIOGRAPHY
The following books ware very helpful during the completion of project

Software Engineering

Yogesh Singh

Web Enabled Commercial Application Development

Shilpee singh

You might also like