Hello,
I have made a mysql database which contains iformation users have submitted about times and dates.
Once a certain date is reached, I want to be able to send out an email to that user.
In order to do this, I need to be constantly checking the database and comparing the timestamp to the current time to see if they match. Is there any possible way I can have a PHP page continually running doing this, whilst still allowing users to access other PHP pages to make forms,etc. ?
Cheers, Jim.