When registering in the system the user will have to confirm the password to register, however I do not know how to proceed and if this is done with some function in PHP or some kind of validation. My question is also if I need to create in my table register the field confirm password.
I'm using PHP and MYSQL to develop this system of registrations.