Project COSC 436/540 HW 02/14 Distributed: 2/14/2017 Due: 3/7/2017 (1) Rewrite three (3) of your instructor's pages into a set of five (5) html and php files that will make use of the php include() function to avoid duplication of code. The navigation links at the top and the Javascript update result at the bottom should be placed in two separate files (header.html and footer.html) for re-use with include(). The three instructor pages that you are creating will replace: Old name New name http://emunix.emich.edu/~haynes/index.html index.php http://emunix.emich.edu/~haynes/courseArchive.html courseArchive.php http://emunix.emich.edu/~haynes/brainPlay.html brainPlay.php The files you will be producing are: As shown above: index.php, courseArchive.php, brainPlay.php And also, for the include files you are creating: header.html, footer.html (2) Improve your new index.php by getting the data about the instructor's courses in Winter 2017 from the file: http://it.emich.edu/bannerfiles/sctnenrl_wi.txt You should download the txt file and read the course information from that. Turn in: Demo Hard copy of all code Your name and URL of code This is not a group project -- individual work only.