I want to create a website application, that will allow our members to get text message/email alerts every day 1 hour before their lesson (a reminder).
My server-side language background is strictly in PHP (although I've tampered some c++ back in the day). For this to work, obviously, I'll needs to somehow run a program constantly on my server.
Can this be accomplished in PHP? If yes, is php efficient at this? If not, how can I do this?
Or, maybe, this an entirely wrong approach, and there's a better way of creating such a service.