Skip to content
Permalink
9bced1589a
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
20 lines (12 sloc) 708 Bytes
# 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
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.