Hi guys,
I've put together a little app which users can use to book off days.
I have a button made which reads "Book of this day for every week of the year".
Basically what I want it to do is:
1. User clicks the check box [exists already]
2. Select the the date from the drop down(i.e: Monday)
3. write to database every monday for the year 2010.
So if I book off next Tuesday, for example, AND select the checkbox for "book for every tuesday for the rest of the year" - the database should populate with the users info for every REMAINING Tuesday for the rest of the year.
Any ideas/hints on how I can go about doing this?
Thanks.