Hi I am currently working on a scheduler for meeting,conference etc. This is my scenario. I have 3 fields in my db(employee, date_from, date_to).
Employee: greedyisgood
Date_from: 2009-02-14
Date_to: 2009-02-15
What I want is when the date_to is already elapse or past, example today is already 2009-02-16. The entire rows with previous dates will be automatically erase in the database. So that the user can create a new schedule again.
Is it possible? Thanks in advance