Hello,
I'm new to this forum and somewhat to Php (i'm self-learning from books).
What I would like to do (but don't know how) is to create a 100% web-based version of a sequential autoresponder (*that is, instead of emailed sequential messages, clients can log into a password protected site and view the pre-programmed messages on my website).
I offer an informational product which after people purchase, they receive 3 simple emails spaced 1 day apart: (sort of like an mini-ecourse). Problem is, no one is getting it because the auto emails go straight to spam/bulk mail folders, customers, empties these folders automatically, and then email me asking where there information is!
So here is a rough idea of how I would like to do it, and would like comments/suggestions or even php scripts already available that do the following:
(1) Customer buys information product which is behind a "Members Only" password/username protected page. (Plenty of membership scripts so this is not a problem).
(2) Customer logs into "members only" area, and sees' the following pages, shown sequentially, from the date they purchased:
Day 1: Information A (accessible immediately after purchase/login)
Day 2: Information B (only accessible after 24 hours have passed from Day 1)
Day 3: Information C (only accessible after 48 hours after they purchased).
All of the information is accessible through my web site, coded in php, and no emails are sent. (Hope this makes sense).
Now the question of the hour: How do I program this in php?
Again, its' imitating a regular email autoresponder, but the display is 100% in a web-browser.
Thanks in advance!
Kaity
(sorry for long post, I just hope it makes "sense")