Finding Every 2 days in a month

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arunj82
    New Member
    • Mar 2007
    • 15

    Finding Every 2 days in a month

    In my project i have to mail for every two days in a month. How do i code it?

    Please help me...
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    You want to send an email every two days?

    write a script in php that sends an email.

    then call it on a schedule (Linux => crontab, Windows =>Schedule Tasks)



    Dan

    Comment

    Working...