I'm trying to create a registration script using DBM or MySQL.
Can anyone help me in creating it in English?
All I want is when the user goes to register.php, he will see the form and fill it out. If all the required fields are filled in, the user will be returned a success page and the information will be logged in the DBM or MySQL database. He/She will also be emailed a welcome message.
If the user fails to provide the proper information, such as a valid email he/she will get an error message saying this field needs to be filled in.
Also add into the code that the username and password must be a-z, 0-9, and "_" only!
Username 4-8 characters
Password 5-12
Thanks!