Re: [nyphp-talk] Repeating events script

2007-08-06 Thread Jon Baer
You would still need an end time of course but this is doable if you adjust the 2nd param to strtotime (ie every Wednesday, etc) http://us3.php.net/manual/en/function.strtotime.php What you really do is iterate over the call w/ your db and of course this is better to do w/ a transaction or s

[nyphp-talk] Repeating events script

2007-08-06 Thread Cliff Hirsch
I need a script for repeating events. I need the ability to add repeating events to a database and to retrieve repeating events for a specific day -- that¹s it. No fancy day/week/month views. No multi-user groups. No alarms, approval cycles, etc. Just add/edit event & list event for a specific day