J
|
Jane 1/23/2009 |
Hi, |
S
|
sinan author 1/31/2009 |
Hi, You need to use external scheduler like CRON for this purpose. Write a script that checks the date and sends an email. Use cron to run this script on timely fashion i.e. once a day.
|
W
|
wildwally 2/1/2009 |
Thanks Jane! I used this code and it worked <? exec("crontab /home/admin/domain.com/public_html/testing/crontab.dat"); ?>
|