Email registration and verification

Avatar
  • Answered
On my web page I would like a login and registration box where they put in their name and email address and hit submit,then they are sent a email to their address asking them to click on a link so that their email is verified and I can collect their valid email for future mailings and then they are taken to a second page where additional pay per click or affilitate ads are
Avatar
jamesr
Thank you for your question worka14! You can use the PHP mailer to have the emails sent when they submit the form. When the emails are sent through the form you can insert the data into a database to log the email addresses. After the email addresses are inserted into the database, you can have the page redirect with the header() function in PHP. Best Regards, James R