Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

PHP & CSS Your PHP code should display a calendar page. The top of the calendar

ID: 3911003 • Letter: P

Question

PHP & CSS

Your PHP code should display a calendar page. The top of the calendar states the day and time being displayed. The calendar is a table where the first column lists hours starting from the current hour to a final hour (where the final hour is the current hour + some number between 0 and 12). For example, if the time is now is 3.32 pm, the first hour should read 3.00 pm and the last hour is determined by a variable called hours_to_show. If hours_to_show is set at 12, then the last hour shown in the column should be 3.00 pm. The subsequent columns correspond to people. You should display a minimum of 3 or as many you prefer.

Make sure the following files are uploaded.
? calendar.php
? calendar.css

Explanation / Answer

i tried this, if i understood your question, feel free to comment.