0
When registering in the system the user will have to confirm the password to register, however I have no knowledge of how to proceed and if this is done with some function in PHP or some validation of the type.My question is also whether I need to create in my table register the field confirm password.
I am using PHP and MYSQL to develop this registration system.
In case I create a login table and another containing the user ? And the function to verify the password do with php ?
– Mike Otharan
You want to know how to have the registration field confirm password, so the user does not enter the wrong password unintentionally?
– Costamilam
Exact Guilherme
– Mike Otharan