well, i have a form where the user fills it up with a date in the future. then the user is send a automated reminder 7 days in advance of the future date he has filled up.
what functions to use here and how to go about
thanks in advance
you can use mySql to store the dates and then run a cron every x days to check if you should send any of these messages.
can u tell me the functions i can use to store the dates and then also the function to calculate 7 days less and then send the email