WT mini project report om dagade
WT mini project report om dagade
MINI PROJECT
Boatel
(A HOTEL BOOKING WEBSITE)
By
Name: Om Dagade
Roll No: 20CO020
Class: TE COMP A
FACULTY
Dr. Shabnam Sayyad
1
ACKNOWLEDGEMENT
2
INTRODUCTION
Requirements:
• Language: PHP
• Databases used: MySQL
• Design used: HTML, CSS, JavaScript
• Browser used: IE8, Google Chrome, Opera Mozilla
• Software used: XAMPP
Description: This is a hotel booking website that was programmed using PHP using MySQL
database. This site has a homepage which consists of various features and a search bar using
which a user can search a hotel for a specific pin code.
The site is basically designed for the purpose of booking a hotel for a specific date and
time. To book a hotel user needs to login or register first. This site contains a login and
register page using which the user can register itself on the website.
The user can search the hotel based on the pin codes and he can book a hotel room for
a specific date and time. All the hotel list are stored in the MySQL database, using which the
records are fetched and displayed on the website.
The site also contains a contact us and about us using which the user can contact us
and the user can read the company details from the about us page.
After the user has booked a hotel room then it will be showed in the MY BOOKINGS
tab. If the user books a hotel room for a wrong date then the booking will be cancelled and it
would not be shown in my bookings tab.
3
METHODOLOGY
HTML:
CSS:
4
*For validating the pages JavaScript is used:
JavaScript:
PHP:
MySQL:
MySQL, the most popular Open Source SQL database management system, is
developed, distributed, and supported by Oracle Corporation.
5
*The code I have used to connect MySQL with PHP:
<?php
$con=mysqli_connect("localhost","root","","boatel");
if(!$con){
die("connection error");
?>
6
DESIGN
HOMEPAGE
LOGIN/REGISTER PAGE
7
HOTEL SEARCH PAGE
8
YOUR BOOKINGS PAGE
CONTACT US PAGE
9
CONCLUSION
Thus I have demonstrated the development of a hotel booking website using the
technologies such as HTML, CSS, JavaScript, PHP and MySQL. This project had
helped me a lot to improve my technical skills and enhanced my out of box thinking.
10
REFRENCES
1) https://developer.mozilla.org/en-US/
2) https://stackoverflow.com/
3) https://www.w3docs.com/
4) https://www.geeksforgeeks.org/
5) https://www.google.com/
THANK YOU…….!!!!
11