Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please Help! Create using html and php files only, try to follow the given instructions. Needs to be opened on the local account through a

Please Help! Create using html and php files only, try to follow the given instructions. Needs to be opened on the local account through a browser if made correctly. You will build an online appointment book for the current month. First you need to generate a static web-based calendar for this specific month. Then you will add the ability for an individual to specify days of the week and times within those days where the professor is available for bookable meetings. Based upon the days and times chosen you should provide a calendar that allows a student to select a time and book a meeting with the professor. The use of the calendar will allow the student to more clearly see what dates and times are available and which days of the week the dates correspond to. Calendars such as these are found in business applications like Google Calendar, iCloud Calendar, and Microsoft Outlook. As part of the first submission point, you should generate a static calendar for the current month. The current month used for the header and display can be determined in your code by using thedate()function. To be eligible for grading you should construct the calendar using one or more control structures nested inside a calendar .php script file. An example of how the calendar may appear (if February 2015 were the current month) is as follows: June 2019 Saturday Friday Thursday Wednesday Tuesday Monday Sunday 1 6 3 2 15 14 13 12 11 10 22 21 20 19 17 16 For this assignment, in order to make the calendar usable for office meeting scheduling you should provide an initial setup page that allows an individual to select days of the week between Monday and Friday where he/she is available for meetings. Within each of these days you should provide 30-minute blocks that can be chosen as times when meetings can be scheduled. You should allow one or more time blocks to be selected whether in succession, or sporadically throughout that day of the week. Available times for choosing should be between 7:00am and 10:00pm. The days and times chosen will apply to the whole month that is eventually displayed.

I looked at the previous answers, however, we are not allowed to use MySQL or Html table.

Please lets use only html, css, and php. We are displaying only this month's calendar.

Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

More Books

Students also viewed these Databases questions

Question

4. Who would lead the group?

Answered: 1 week ago