Program #4i, cgs4854pgm4i CGS 4854 - Website Construction and Management Professor: Michael Robinson e-mail : michael.cs.robinson@fiu.edu Worth 10 points - Make sure the program is properly documented and aligned uniformally, looking professionally, - Include the following header in every page: <%-- *********************************************************************************** Author : Your Name Program : page name Purpose : {A brief description of the program } Your URL : ocelot-aul.fiu/~__________ Course : CGS 4854 session, date, and time 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: 1 - Add two new tables Make the first table a copy of the table used in program3. On the second create a primary key to match the primary key of your first table add 2 fields to table2 2 - Create a new link called pgm4, to be added to the current main menu 3 - Copy your current Controller3.php a to new Controller4.php program 4 - Copy your current program3.php program to a new program4.php 5 - Modify Controller4.php to read table2 and accept new data 6 - Modify program4.php to add the fields in table2 7 - Copy all buttons (find.php etc) with new names (find4.php etc) 8 - Modify new buttons to accomodate program 4 9 - Using JavaScript, on top of your screen, below the main menu display: Logged in at : Thu Jul 08 2015 09:06:55 GMT-0400 (EDT) Current Time : 9:07:29 The Current Time should be a current changing time see example code at: http://users.cis.fiu.edu/~mrobi002/teaching/cgs4854/javascript/timeJS.html - Display on the top of program 4: Logged in at: Thu Jul 08 2015 09:06:55 GMT-0400 (EDT) Current Time: 9:07:29 both in one line, as shown above 10 - Install lamp (apache, web server, php, MySql) on your laptop, or in a virtual machine in your FIU ECS 241 lab computer WAMP for Windows MAMP for MAC See intructions for LAMP at: http://users.cis.fiu.edu/~mrobi002/teaching/cgs4854/LAMP/Installing_LAMP_MySql_Apache_PHP 11 - Place labels inside all input boxes in program4.php 12 - Add to your main menu the link Contact US See all necessary code in my webpage at: http://users.cis.fiu.edu/~mrobi002/teaching/teachingMain.php http://users.cis.fiu.edu/~mrobi002/contactsus/contactUs.php Passing Data Using POST contactUS.php mailer.php mailerSubmitted.php