View Single Post
  #8 (permalink)  
Old Nov 27th, 2006, 14:02
cullinanweb cullinanweb is offline
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Generating automatic emails

When u have learnt php, the normal method for email confirmation (correct me if i am wrong) is by adding the session id into the database with the email and send the address you want to confirm with the session id as a get command (after a "?sid=___________)" this would then add into the database (another field) that says the user wants to recieve emails and u only send to conformed ones.
Reply With Quote