We have a membership system on our site and we want to be able to send an email out when the member is 6 months through their membership.
I know how I would do this in ASP i.e. setting up the datediff function from the membership start date to todays date and then generate the email, but I cant seem to be able to do this in PHP.
Does anyone know any good tutorials or examples of this. Also how would I get the script automatically each day?
Thanks
I know how I would do this in ASP i.e. setting up the datediff function from the membership start date to todays date and then generate the email, but I cant seem to be able to do this in PHP.
Does anyone know any good tutorials or examples of this. Also how would I get the script automatically each day?
Thanks