Skip to content
Permalink
219cf06276
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
35 lines (21 sloc) 1.35 KB
# Airline Maintenance System
ABC Air is a small aircraft service company that carry out the aircraft maintenance for the civil operators. The
company records the total number of flying hours for each aircraft, servicing time, man-hours of the engineers
and related maintenance
Our online system has the following features:-
 Create records for a new air frame
 Log Flight hours for an air frame
 Log scheduled maintenance for an air frame
 Maintain a list of engineers
 Assign maintenance tasks to engineers.
Note: Only Admin access can make
How to access the website
Start the XAMPP/WAMP's Control Panel and turn on the "Apache" and "MySQL".
If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
Create a new database naming "airline_reservation".
Import the provided SQL file. The file is known as "airline_reservation.sql" located inside the "Database file" folder.
Browse the Aircraft maintenance System in a browser. i.e. http://localhost/airline-ticket-reservation/home_page.php
Username: admin
password: passpass
This project was implemented using HTML & CSS for the front-end and PHP for the back-end. The database was created and updated using MySQL.