I want to have a birthday reminder as one of the feature in my website.
I have users' information (including their DOB, of course) stored in MySQL database.
For this application, the logic that I can think of is that I will have a script that matches todays date and the DOB stored in database. If they match, then I will send Bday reminder to everyone.
The problem is ... can I have a script running every second, every minutes, every hour ... blah ... blah ... on the server without me running it???
Or is there any other way to do that?
thanks in advance.
-scoppc-