Is there a way to have the php script/Mysql database to assign username and password to the user when they register and email it to their email address automatically? I am not sure what this feature will be called (or even possible). I am trying find out if it is possible that I can set a login register form that will automatically assign the userid and passward and email it to the user after they submit the form.
01-03-2013, 09:20 PM
LearningCoder
What will the user actually enter? Just their email address?
You want to give them your own username and password?
Regards,
LC.
01-04-2013, 11:57 AM
rizalsmarts
can, why not.
simply use a class auto generated username and password, and of course, the results generated are stored in the db before, you need to check whether there was or not. and of course you will still have a user table that has a field username and password which you can certainly use them to login later.