PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This is something that is really puzzling me.
I have a list of people in the db which contains their date of birth
I need a method such that when the current day is their birthday an autmatical mail is sent to them.
Obviouly this cannot be based on client-server requests. It has to been done totally on the server even when no page is being requested.
So I need an executable to have this work ? Will hosts allow it ? shell_exec() allowed on hosts ?
Is there a solution to this ? I've seen this work in other sites but I dont how its done.