User Registration form in php
Hi Everyone,
I am trying to make a user registration form for a client in which the mandatory fields are username, password(twice) and email address. When a user tries to register then he should be advised if the username is available or not.((this should be inline validation))http://www.ajaxupdates.com/jquery-in...dation-engine/ i.e. user doesnt need to submit the form to know if the username was already taken.
The next thing the form should do is after submitting the form should send an email (( which is provided by the user)) to activate his account..so that email must have a auto generated key which the user needs to click to get his account activated...
Any help or any links or tutorials would be highly appreciated
Thanks