how do i auto send mail and auto delete data from database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

how do i auto send mail and auto delete data from database

Post by adsegzy »

Hello there,

Am having a membership site. After someone has registered, he will receive a confirmation mail to confirm his registration under 2 weeks. I want it to be that after a week of registration, if a member has not confirm his registration he will receive ana auto mail notifying him that his account will be deleted after a week. And if he refuse to confirm his registration after 2 weeks, his data should be deleted from the database.

How do I send auto mail to unconfirmed member after a week of registration, and how do i auto deleted

regards
Post Reply