Program cgs4854pgm2h CGS 4854 - Website Construction and Management Professor: Michael Robinson e-mail : michael.robinson@cs.fiu.edu Worth 10 points - Make sure your program is properly documented and aligned uniformally, looking professionally I will take points off if it is not. - Include the following header in every page: <%-- *********************************************************************************** Page Name : current page name Author : Your Name Your URL : ocelot-aul.fiu/~__________ Course : CGS 4854 session, date, and time Program # : Assignment # Purpose : Describe what this page does Due Date : MM/DD/YYYY Certification: I hereby certify that this work is my own and none of it is the work of any other person. ..........{ your signature }.......... ************************************************************************************** %> Purpose of this program: - Create the following pages using an editor only, NO TEMPLATES OR IDES ALLOWED - Extend your current website creating the following new pages using html, php, and css How: - On your index page, creating a new link in your main menu called Data, call a new page named Data.php - In the new Data.php page - At the beginning and end of this page, display a new main menu using the necessary code from CSS dropdown menu found at: http://users.cis.fiu.edu/~mrobi002/teaching/cgs4854/CSS/cssDropdownMenu.html Note: Not all the code in the previous code sample is needed for this step, but make sure you can call all the pages created in program one, from this new CSS menu. - In the Data.php page create the following fields between the two, top and bottom, menues: a - 4 Regular Text Input b - 6 Radio buttons c - 1 Dropdown box d - 4 Check Boxes e - 1 Textarea input f - 4 Submit buttons g - 1 Clear button that will clear screen and the database values in RAM, if any. h - 2 Display areas as shown below In the following order: *********************** new main css menu ********************** Your Company Name (display area #1) Telephone # _____________ First Name _____________ Last Name _____________ Email _____________ Gender _____________[^] Age o Under 20 o 20-30 o 31-40 o 41-50 o 51-60 o Above 60 Preferences []CS []IT []Robotics []Engineering Others __________________________________ ___________________________________ Special Needs | Non-Smoking area | | Sugar-Free diet | | Large letter monitor | ------------------------------------- ______Submit Comment Display area #2______ FIND SAVE MODIFY DELETE CLEAR *********************** new main css menu ********************** When you press any of ALL the five(5) buttons (FIND, SAVE, MODIFY, DELETE, CLEAR) call a new file called Controller.php, passing the name of the button pressed using POST. At the Controller.php file display the name of the button pressed, example: This is the Controller.php page, called using the ???? button ???? means the name of the button pressed. Do this for All five(5) buttons Special Instructions: - Additional code samples: http://users.cis.fiu.edu/~mrobi002/databases/cgs4854/ I encourage you to fix the errors, if any, that you had in program one. Print the PHP pages ONLY and turn them in at the begining of class, when due. Please zip your public_html folder and email it to me.