Hey there,
I have written a PHP script that searches a MySQL database of birthdays and if any birthday is equal to the current date minus 7 days it emails a reminder to me saying "hey, don't forget it's <name>'s birthday in seven days". (It also prints a table showing all the names and birthdays on the web page.)
At the moment that script only runs if I load the page. I would like to make it so every day the server somehow runs that script so even if I don't look at my site I'll still get an email reminder.
Is this possible?
If so, any ideas how I go about it?
many thanks - dunstan