Hi,
I have a calender of events that are stored in a database. I need to auto-delete these events once they have taken place.
I guess that I write a script to delete records and add an 'if date is before today'. So how does the script automatically run? Does this require a 'cron' job or is there some preferred or better method to handle this?
Anybody know??
Thanks.🙂