Thanks for your time . *This* = create follow up autoresponders Or at least have php run with cron, so I can daily hit a mysql db and use php to email those people at a specified time, like every 3 days. Just so when I have users to the site who register and their name/email is in a table "users" in db "data", php/cron can be used to pull the name/email from mysql and (with unsubscribe message at bottom) email them when I say to do so in cron. Getting cron by itself to work is fine but with php script that connects to mysql and emails users? Can that be done?
Sort of like cron doing what you would do if you visited page.php and once it's hit, it emails specified users in a database Would I need path to php in the cron script to do this? Or am I just living a dream? The idea of emailing users in a mysql db with php script every day is very appealing to me. (Yes, with unsubscribe feature) ;) Thanks, I hope to goodness this made sense and you enjoyed your holiday Joel