- Attended a Community Meetup
- Community Moderator
- Has been a member for 5-6 years
- United Kingdom
- Contributed a Tutorial to a Tuts+ Site
- Won a Competition
- Contributed a Blog Post
- Beta Tester
- Bought between 50 and 99 items
Guys,
I’ve got a PHP question for you all which i’m hoping someone could shed some light on…
I’ve built a user management system and the client now wants an automated email sent exactly one year after a user has been registered…
This means that the server has to run this script once a day on its own.. how do you do this, i’ve literally got no idea…
Any help appreciated 
Cheers,
Matt / MSFX
- Envato Staff
- Reviewer
- Sold between 10 000 and 50 000 dollars
- Author was Featured
- Item was Featured
- Has been a member for 4-5 years
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Beta Tester
You can setup an cron job: http://en.wikipedia.org/wiki/Cron You can change the settings to make it run your script everyday.
- Attended a Community Meetup
- Community Moderator
- Has been a member for 5-6 years
- United Kingdom
- Contributed a Tutorial to a Tuts+ Site
- Won a Competition
- Contributed a Blog Post
- Beta Tester
- Bought between 50 and 99 items
You can setup an cron job: http://en.wikipedia.org/wiki/Cron You can change the settings to make it run your script everyday.
thanks for the tip, is this the only way?
