automatic mail sending

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bips2005
    New Member
    • Jul 2008
    • 19

    automatic mail sending

    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
    Recognized Expert Expert
    • Jun 2007
    • 6092

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

    Comment

    • bips2005
      New Member
      • Jul 2008
      • 19

      #3
      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.

      Comment

      Working...