Thanks for your reply, I see now that I was very vague about my request, apologies for that.
What I have is a database that has x number of records, the records have an expiry date and should automatically delete when that expiry date becomes true?
I have in my mind something like this:
if date == todaysDate
= drop record from tablename
else = do nothing
But I'm not sure of how to code this, I'm using PHP & MySQL.
Should I use cron to run this? As I was also wondering how it would know to do this?
Hope that is a bit clearer.
I'm going away for a week tomorrow and I'm concerned that I'll lose the thread @ phpbuilder would it be okay for you to email me (hope thats not being too cheeky)
tia
~kristina
kristina@kfx-design.co.uk