Airline Management System

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

CITY PREMIER COLLEGE

HINDUSTAN COLONY, SAMARTH NAGAR, WARDHA ROAD,


NAGPUR 440 015

Department of Computer Application


Format of Synopsis

(For Web Applications)

1) Home Page

2) Login Page

Contents of Index page

i) Title of the Project.

ii) Objective of the Project.

iii) Project Category.

iv) Tools / Platform and Languages to be used.

v) Complete Tree diagram of the System

a) Number of pages and links their short description.

b) Use / Information of Pages.

c) Feedback forms (if any)

vi) References
A

SYNOPSIS

On

“-----Airline Ticket Management System----’’

Submitted to the Department of Computer Application


City Premier College, Nagpur

For B.COM (Computer Application)-Final Year

Submitted by

Kalyani Madavi

Guided by
Prof. Prafulla Karande

CITY PREMIER COLLEGE


HINDUSTAN COLONY, SAMARTH NAGAR, WARDHA ROAD,
NAGPUR 440 015

Academic Year 2021-2022


Title of the project

“Airline Ticket Management System”

1.Home Page

2. Login Page
INTRODUCTION

This is an Airline Ticket Reservation System Project


that was developed using PHP/MySQL.
This ticket reservation system
of an airline company serves as the online platform
for the Passengers/Customers for booking or reserve their
tickets.
With the help of this system, the passengers can reserve their
flights
easily and faster wherever they are.
This will help also the Airlines Company
to ease the manual system flow and makes their work/process
more effective and efficient.
The system has 2 types of users which are the Admin and the
Customer.
The Admin user is in charge of managing the data of the system
such as the list of jets, prices, and flight schedules.
For the customer, they can simply register
to create an account to the system and search
if there's an available/scheduled flight for their desired destination
and date.
After they select their desired flight the system will provide a form
to register the details
of the passengers and proceeds to payment afterward.
The customer can also print/re-print their tickets in the system.
This project was developed using PHP/MySQL, MySQL
Database, HTML, CSS, and JavaScript.

Objective of the project

1.To Provide Easy And Handy Interface to Book Air Ticket Online from
Anywhere.

2. This will help also the Airlines Company to ease the manual
system flow and makes their work/process more effective and
efficient.

3. To answer the non-answered questions about aviation industry.

Project Category: Informative Website

Tools / Platform and Languages to be used.


1.HTML: HTML, in full hypertext markup language, a formatting
system for displaying material retrieved over the Internet. Each retrieval
unit is known as a Web page (from World Wide Web), and such pages
frequently contain hypertext links that allow related pages to be
retrieved. HTML is the markup language for encoding Web pages. It
was designed by the British Scientist Sir Tim Berners-Lee at the CERN
nuclear physics laboratory in Switzerland during the 1980s. HTML
markup tags specify document elements such as headings, paragraphs,
and tables. They mark up a document for display by a computer program
known as a Web browser.
2. 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
External stylesheets are stored in CSS files.

3. PHP: PHP is a general-purpose scripting language especially suited


to web development. It was originally created by Danish-Canadian
programmer Rasmus Lerdorf in 1994.The PHP reference
implementation is now produced by The PHP Group. PHP originally
stood for Personal Home Page, but it now stands for the recursive
initialism PHP: Hypertext Preprocessor.

4. MySQL: MySQL is an open-source relational database management


system (RDBMS). Its name is a combination of "My", the name of co-
founder Michael Widenius's daughter, and "SQL", the abbreviation for
Structured Query Language.
Features Of Airline Ticket Booking System

Admin

• List Flights
• Arrange Flights
• Add Flights
• Schedule Flights
• Checked Book Tickets

Customer/Passenger

• Signup
• Login
• Book Ticket
• Print Ticket
• Check PNR

You might also like