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.