hi all,
Ok i have a site (Jake Welton) but i would like to have a service which enables users to set reminders then when it comes to say 1 week before the date, it sends out an email to the user. I have done some research and found out that CRON jobs or Scheduler Events can do this. My problem is that i do not have the feature to use these two types of reminder systems.
My question is this, is there a way of settings reminders without using CRON jobs or Scheduler Events??
Many Thanks,
J
1 reply to this topic
#1
Posted 26 September 2010 - 04:49 AM
|
|
|
#2
Posted 26 September 2010 - 11:58 AM
Yes. Cron jobs are to automatically run server side scripts and other things of that nature. Your user is accessing your web site so no need for a cron job. You can write a script in whatever server side language you are using to check and see if it is one week before the date specified when they access the page and then make a popup if it is.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









