Tagged Questions

4
votes
3answers
414 views

Repeating “Events” (Calendar)

I'm currently working on an application that allows people to schedule "Shows" for an online radio station. I want the ability for the user to setup a repeated event, say for example:- "Manic ...
1
vote
4answers
145 views

Check for repeating dates

I am creating a calendar in PHP and in the database have a date, let's say 6-10-10. Sometimes I have repeating events, stored as weekly repeating, so if the date is 6-10-10, and I am repeating an ...