Hi All,
I'm working on a project where system need to send automatic weekly reminders (email reminder) to members.
How would I do that using php?
I'm working on windows so crone job won't work on windows
Printable View
Hi All,
I'm working on a project where system need to send automatic weekly reminders (email reminder) to members.
How would I do that using php?
I'm working on windows so crone job won't work on windows
a scheduled task on windows is the same as a cron job for unix. if you have the mailing script already, you can make php run it using a scheduled task. should be under administrative tools -> task scheduler if you're running vista, or might be named "scheduled tasks" under windows 2003 server, though I can't recall.