Hi, can any one with PHP knowledge tell me how do i validate two password fields, so as to make sure that password field 1 and password field 2 are the same?
Therefore, when user input password on the first field it must tally with the user input in field 2, like how it is done when you sign up for emails or accounts, and they ask you to type in your password two times?
How do i make a condition of if.. else.. for that? cos currently my sign up page is still an apparent static page.
Please help. Thanks!
Therefore, when user input password on the first field it must tally with the user input in field 2, like how it is done when you sign up for emails or accounts, and they ask you to type in your password two times?
How do i make a condition of if.. else.. for that? cos currently my sign up page is still an apparent static page.
Please help. Thanks!