Ok, I would like to build a web form thar users can submit some things into a database. The catch is I would like them to login on a page before hand, setting what user logs into mysql on the submit page.
I would like this user database use the username as the key, and also have a password that is randomly generated and emailed to the user supplied email address in the database, for varifacation, and that the user can change at a later time....
What kind of table setup am I looking at for this database?
I would like this user database use the username as the key, and also have a password that is randomly generated and emailed to the user supplied email address in the database, for varifacation, and that the user can change at a later time....
What kind of table setup am I looking at for this database?