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...Byndd IT– Byndd IT2015-05-28 09:15:39 +00:00Commented 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...user1844933– user18449332015-05-28 09:15:41 +00:00Commented May 28, 2015 at 9:15
Add a comment
|