Question
Save all necessary files for a PHP web page. Give the name proj2.php to the main file of the PHPproject, which should satisfy the following
Save all necessary files for a PHP web page. Give the name proj2.php to the main file of the PHPproject, which should satisfy the following conditions: A) In the header box, on the right, display the current day of week and current month, day (number) and year (for using date function consult pages 103-104 in the PHP Reference: Beginner to Intermediate PHP5 by Mario Lurig - there is a link to this book in the PHP section on my course page). If the day of week is a working day (Mon. Fri.) use darkblue font color. For other days the font color should be default. B) Below, create the menu list in the navigation box on the right, results of which are displayed in the article (main) box on the left. The text displayed in this box should be saved in different files which are to be included into this box while choosing the corresponding item from the menu list. Menu should consist of at least four entries: Some information about you; The list of your favourite books; The list of your courses in current semester in the University of Lodz Some database operation on your own database. Use lightblue background color in the article (main) box. C) In the footer box, display some sentence of the day of your choice if the current time is between 18:00 and 23:59. In other cases display your full name. Use the same font color which is currently used in the header box automatically, i.e. any time the header font changes, it should stay the same in the footer.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started