bradmasterx wrote:cron jobs 😃 set a automatic script that will run if you can program a php script that will select everyone that needs a reminders and send an email using the mail function but in a while loop 😃 and you can have this running every week or something using a cron job 😃
okay. so we're getting the answer i was hoping for. sweet.
just to recap. i need to write the php script to be a while loop going through a time frame. i haven't worked with dates/times yet. is there an example you can include so i can get a feel for the syntax?
since i'm going to base the reminders/call-to-action off of a mysql database, i'll need to create a field in the DB that includes a time stamp, right? so then i'm just selecting the data where timestamp='$timestamp' and ending the first iteration of the while loop with an email function mail (...)...??
thanks for your help thus far, btw.