You are on page 1of 16

A Mini Project seminar

on

Online Car Rental Services

PRESENTED BY-
PRATIK SATAO
PRACHI GORDE
MIHIR SALVI
ANISH MATE
KALYANI NAGARKAR
Introduction
 Car Reservation System is online car rental services designed to meet the
unique needs of car rental companies, travel companies and travel agencies.
 A rental car is a vehicle that can be used temporarily for a fee during a
specified period.
 Getting a rental car helps people get around despite the fact they do not have
access to their own personal vehicle or don't own a vehicle at all. The
individual who needs a car must contact a rental car company and contract
out for a vehicle
 Today we are here to discuss about our mini-project we built since past few
days.
 With this app, global travel companies can track inventory and bookings directly on their
website and are also able to provide customers with a seamless and streamlined operation.

 Basically, the car booking engine is a solution that provides travel companies with booking
of cars and allows travelers to visit various destinations around the world.

 Online Car Rental Services is the perfect solution for OTA, Travel Agents and Tour
Operator to increase bookings and revenue by allowing customers to search available
vehicles and book online directly from the websites.

 With the Custom Car Rental Services, you can boost the effectiveness of your booking and
management process, control the fleet and operating expenses, and generate
comprehensive reports.
What Is Php?
• PHP is an acronym for "PHP: Hypertext Preprocessor"
• PHP is a widely-used, open source scripting language
• PHP scripts are executed on the server

What is Php file?


• Php files can contain text, Html, CSS,JavaScript and Php code

• Php code is executed on the server and the result is returned to browser as
plain html

• Php files have extension “.php”


What is HTML ?
 HTML is the abbreviation for Hypertext Markup Language
 HTML is the programming language used to define the structure of a website.
 HTML is used to create electronic documents (called pages) that are displayed on the
World Wide Web
 HTML is very easy to learn.
What is CSS ?
 CSS stands for Cascading Style Sheets
 CSS describes how HTML elements are to be displayed on screen, paper, or in
other media
 CSS saves a lot of work. It can control the layout of multiple web pages all at
once
Apache Server
• In this project apache server is used to parse and execute PHP pages, before deploying
• The website should be tested at the developer side to get a feel of how the website will work on actual
server. Therefore apache server is like a local server on the developer side.
• In our project apache server is configured to work with PHP, in this way all the PHP
pages are parsed and executed by the server

• MySql Server
• MySQL is a database system used on the web
• MySQL is a database system that runs on a server
• MySQL is developed, distributed, and supported by Oracle Corporation
• The data in a MySQL database are stored in tables. A table is a collection of related data, and it consists of columns
and rows.

PHP + MySQL Database System


PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix
platform)
Working -
 This project was basically started from the scratch and was eventually build with the help of my
team members. When a client requests web page containing PHP code from the server, then the
requested PHP pages are parsed under PHP environment and interaction with database is made if
required.

 After server side processing, the resulting HTML pages are passed to client and displayed on the
browser. In this way the working of php is complete.

 Similarly our project consists particular format of “.php” files used for building the webpage.
Starting off from index page consisting of the home panel, NAVGATION BAR is used for the better
usage of the client user. Each button on Navbar includes a separate part of webpage which is being
linked while making.
 A CARAOUSEL has been added for the enhanced designing of the page including the images.

 A Jumbotron has been too added on about us page for better viewing experience .

 The user basically lands up on the homepage, eventually checks and views the cars available
from the cars section given. Each and Every car has their details mentioned in the details
button, the user then clicks on rent now button and gets redirected to the booking form.

 After they fill the form, and submit along with details of their need, they are directed back to
homepage and the admin on the other hand receives the data on PhpMySql localhost site. Also
CSS is used for styling and adjustment of images and text used.
HTML Commends used in the Project

 All HTML documents must start with a document type declaration: <!DOCTYPE html>.
 The HTML document itself begins with <html> and ends with </html>.
 The visible part of the HTML document is between <body> and </body>.
 The <!DOCTYPE> declaration represents the document type, and helps browsers to display web
pages correctly.It must only appear once, at the top of the page (before any HTML tags).
 HTML headings are defined with the <h1> to <h6> tags.<h1> defines the most important heading.
<h6> defines the least important heading:
 HTML paragraphs are defined with the <p> tag:
 HTML links are defined with the <a> tag: (a href)
 HTML images are defined with the <img> tag.
 The source file (src), alternative text (alt), width, and height are provided as attributes
Advantages
• This online car rental solution is fully functional and flexible.
• It saves a lot of time, money and labour.
• The software acts as an office that is open 24/7.
• It increases the efficiency of the management at offering quality services to the
customers.
• You can define your route and take alternate routes, unlike the public transport and
have a car that fit your likes and needs.
• Do not worry about maintaining the car, rent a car because they will be in charged
of everything.
Disadvantages:
• In public transportation there is less risk of an accident, technical
failure or breakdown than in car.
• There is traffic congestion on the busiest routes due to the large
number of cars.
• To rent a car you must be over 21 years and with valid driving
license from your own country and your passport.
Snapshots Of Project
Conclusion
Car rental business has emerged with a new goodies compared to the past experience
where every activity concerning car rental business is limited to a physical location only.
Even though the physical location has not been totally eradicated; the nature of functions
and how these functions are achieved has been reshaped by the power of internet.
Nowadays, customers can reserve cars online, rent car online, and have the car brought to
their door step once the customer is a registered member or go to the office to pick the
car.
The web based car rental system has offered an advantage to both customers as well as
Car Rental Company to efficiently and effectively manage the business and satisfies
customers’ need at the click of a button.
Thank
you !!

You might also like