Connecting Tech Pros Worldwide Help | Site Map

automatic mail sending

Newbie
 
Join Date: Jul 2008
Posts: 19
#1: Jul 4 '08
need guidance

my criteria is that a function automatically checks for a given condition periodically. i don't know how to do that.lets say at the end of every month
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,936
#2: Jul 4 '08

re: automatic mail sending


Read about cron jobs (unix, linux) or you can use your task scheduler on windows.
Newbie
 
Join Date: Jul 2008
Posts: 19
#3: Jul 7 '08

re: automatic mail sending


Quote:

Originally Posted by markusn00b

Read about cron jobs (unix, linux) or you can use your task scheduler on windows.

sorry forgot to add a few things..i have to do that using php.write a php script that periodically checks for a given condtion and if fulfilled carries out a function.
Reply