Page 1 of 1

events form - newbie php!

Posted: Mon Mar 09, 2009 2:09 pm
by rwahdan
i need to do the following:

1. date field which have a button that will show calender
2. after update event handler which will check database then check available times in that date which dont have events
3. return results to the second field which will be drop down menu that will have the times available
4. inserting more filed (no problem)
5. save button to save changes to the database

please advise or give some usable links for the above project that i have to do for my boss.

thanks guys!

Re: events form - newbie php!

Posted: Mon Mar 09, 2009 3:27 pm
by watson516
rwahdan wrote:i need to do the following:

1. date field which have a button that will show calender
2. after update event handler which will check database then check available times in that date which dont have events
3. return results to the second field which will be drop down menu that will have the times available
4. inserting more filed (no problem)
5. save button to save changes to the database

please advise or give some usable links for the above project that i have to do for my boss.

thanks guys!

1. The calendar pop-up might be best done with javascript.
2. Query for the date and all events on that date. From there you can display the times that are free.
3. Use 2. to populate a select box.
4.
5. Update query