Hello,
I have a database in which i am entering dates in my own format i.e: dd-mm-yyyy instead of using unix timestamp. Anyways i want a ascript which would keep on checking :
if the date in db is coming after 10 days then it should send an email
if the date in db is coming after 7 days then it should send an email
and from the 7th day onwards it should keep on sending emails every day till the date is matched with real date.
Please let me know if i have explained this properly.
Thanks




Reply With Quote