|
-
Jan 29th, 2009, 11:52 PM
#1
Thread Starter
Lively Member
How to send weekly reminders?
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
-
Jan 30th, 2009, 01:06 AM
#2
Re: How to send weekly reminders?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|