0

I am writing a web app in php that requires to count upto 24 hours after a user registers in the system then perfom an action. I want the user to sign up into the application and after 24 hours, perfom an action like send an email saying "you are one day old". this should happen automatically wihout the user perfoming any action on the app. Any idea on how I might go about this?

2
  • why you not using cron jobs... for this... Commented May 28, 2015 at 9:15
  • if you are using linux os, then use cronjob, or if it is windows server then use task scheduler... Commented May 28, 2015 at 9:15

1 Answer 1

1

usualy on the server im using crone . so just check if the user have date registered +24 hours and then send email.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.