Hi,
I searched for this and I could not find a good answer so here we go.
What I want to do is this: I have entries in the database with a certain time, what I will have is a script that will run once in a while, and what I want to do is get my current time, match it with the time in the database and if say 24hours has passed I want to send an email.
So: how do I get the difference between two timestamp date variables.
Andy