Forum Moderators: coopster

Message Too Old, No Replies

Using PHP to send data in weekly bulletin

         

s9901470

9:59 am on Jan 13, 2006 (gmt 0)

10+ Year Member



Hi

I would like to use PHP to access my database, then e-mail a list of subcribers a summary of the data once a week.

Is there a way to set PHP to send an email weekly without accessing the script itself?

Ed

jatar_k

3:41 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



do a search on cron or crontab, that is how you schedule scripts to run. You might have to see if your host allows you to use them.