I'm building an email alert system where people can choose if they want daily, weekly or monthly updates from a website. What would be the best way to do this?
I suppose a cron job which runs every day and loads a php script which checks the database for which people to send to on that day?
How would you organize the dates and stuff in the db?
I suppose a cron job which runs every day and loads a php script which checks the database for which people to send to on that day?
How would you organize the dates and stuff in the db?