Connecting Tech Pros Worldwide Forums | Help | Site Map

Finding Every 2 days in a month

Newbie
 
Join Date: Mar 2007
Posts: 16
#1: Jun 24 '08
In my project i have to mail for every two days in a month. How do i code it?

Please help me...

dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,095
#2: Jun 25 '08

re: Finding Every 2 days in a month


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
Reply