I have database entrys that have a date column ( mySQL date type ). I want to compare that date with the current server date and with 3 days before that day, every month, to automatically send an email to a specified address.
|
|
|||||||
|
|
|
you can also use the simpler MySQL TO_DAYS() function :
|
||
|
|
|
|
You can either make PHP or MySQL do the dirty work for you, either a script or a SELECT statement.
Or a SELECT statement:
The only problem with this script, and PHP in general, is that it will only check the three days (or the value stated in Hope this gives you some inspiration on the matter! |
||
|
|
|
|
|
||
|
|
