Page 1 of 1

HTML CALENDAR FOR TIME SCHEDULING

Posted: Tue Mar 10, 2015 1:48 pm
by Chintahh
Hi everyone.

I'm really new to php and web design, so bare with me.

I made a simple website using HTML and PHP (for user log in, this is connected to a phpmyadmin database for verification of userid and password from the form). I will like to add a very simple calendar that does some time/date checking. This is how it works..

1) A user is assigned a user id and password, so they can log in and schedule time.

2) After logging in, I'll like to add the option of a calendar on a website so they can click on a date and choose a 2 hour block (only 2 available per day).


My problem: I'm not sure on how to get the input from a calendar and drop on the database. Further, I do not know of a way to display this calendar on a website or if there could be an alternative way for time scheduling.

I just want some suggestions on how to solve this problem. Thanks everyone!