question archive 1) Write PHP program that will create a division containing a different and appropriate background image depending on the time of the day
Subject:Computer SciencePrice: Bought3
1) Write PHP program that will create a division containing a different and appropriate background image depending on the time of the day. The image must entirely cover the division. Depending on the time of day it also displays one of the following greetings: "Good morning", "Good afternoon", "Good evening", and "Good night" in large characters with a font colour that contrasts well with the background images.
2.create form that asks the visitor for two integer numbers. That form will be submitted to a PHP program that will generate a multiplication table that will appear on a separate page in a separate tab or window.
The two numbers must be between 3 and 12. You need to validate the input to make sure the numbers are between 3 and 12. If not, the resulting page will tell the user how to fix it and return to the form on the original page. Rows and columns don't need to be the same (you can have a 4 × 7 table). Use CSS to customize the table with fonts, backgrounds, borders and colours.
A 3 × 4 multiplication table would look like this before customization
1 2 3 4
2 4 6 8
3 6 9 12