Everything has it now'a'days... Forums, web-based games, etc.
We all know what it does - you sign up, enter your e-mail address, and it e-mails you a confirmation code - and you can't use your account til you enter that code...
But how do you DO it? How would I program something like this? The user signs up, right when they sign up they're e-mailed with a confirmation code... I know how to do everything besides decide on the actual confirmation code itself.... (User signs up - creates the account, but under column "confirmed" it adds a 0... once the user enters the code that matches the "Confirmation code" cell, it changes that "Confirmed" to 1 and the user is allowed to access everything)