Could somebody help me out on the following:
I am building a website in which I will require
visitors to create an account by filling out some web
forms. My problems now are three:
I want data entered in the form fields be submitted to
a PHP MySQL database.As soon as the form is submitted I want
auto-response sent to the email address of the visitor
in form of acknowledgement. This email address will be
the visitors user name.When the above is done will it be possible for the
visiter to automatically login to his account?
Someone help. Thanks.