Online Flight Booking Management System
Online Flight Booking Management System in PHP MySQL

Outline: Online Flight Booking Management System in PHP MySQL
The Online Flight Booking Management System is a straightforward web application built with PHP and MySQL. It has both administrator and user authority. The administrator can approve, create new users, add new airlines, update, delete, and edit all bookings.
The user represents staff but has limited system access; however, they cannot delete other users. The system’s primary function is to manage all reservations. HTML, CSS Bootstrap, Ajax, JQuery, and Modal were used to create the Online Flight Booking Management System.
Main Features: Online Flight Booking Management System in PHP MySQL
- Admin
- User Dashboard
- Home
- Book
- Flights
- Airport
- Users
- New Flight
- Site Setting


Installation Guide: Online Flight Booking Management System
To run the program, you must first install a virtual server like XAMPP on your Computer device.
Online Flight Booking Management System is a free download that should only be used for educational purposes.
The following steps should be taken after starting Apache and MySQL in XAMPP.
1: Proceed to Extract the downloaded file.
2: Copy the main program folder.
3: Paste the copied folder in xampp/htdocs/.
To Connect Database
4: Open a browser and navigate to “http://localhost/phpmyadmin/”.
5: Next, select the databases tab.
6: Create a database called “flight_booking_db”, and proceed to select the import tab.
7: Select the “flight_booking_db.sql” file located in the “database” folder by clicking on “browse file”.
8: Press “Go.”
Following Database Creation.
9: Open a browser and navigate to “http://localhost/Online_Flight_Booking_Management_System”.
Administrator Login details
username: admin
password: admin123