Add Hotel Form
<<Back to Main Menu
Description:
Displays an Add Hotel Form from which managers can add a hotel to the database
Accessible by:
Managers
Accessed from:
Main Menu
Input parameters:
None
Output
Add Hotel Form
Pseudo Code:
get/create session
if ('usertype' param in session == 'm') {
get city data from the database
display Add Hotel Form
}
else {
error message to say user must be a manager
}