Add Airport Form

<<Back to Main Menu

Description:
Displays a form from which managers can add an Airport to the database

Accessible by:
Managers

Accessed from:
Main Menu

Input parameters:
None

Output:
Add Airport Form

Pseudo Code:
get/create session
get parameters
if ('usertype' param in session == 'm') {
   delete all data from the session except 'username' and 'usertype'
   get the city data from the database
   display the Add Airport Form
}
else {
   error message to say user must be a manager
}