Hi, I need help on a simple form im trying to create.
I have a registration form where a user can create a username and password then submit it and it will input it in the database.
However I want to add a text box for the user to RE-ENTER HIS PASSWORD to make sure he didnt do a typo. Basically it will look like this:
USERNAME:
PASSWORD:
RE-ENTER PASSWORD:
How do I check so the 2 passwords match ? how do i write this in the form and the action page ?
THANKS
-JON
I have a registration form where a user can create a username and password then submit it and it will input it in the database.
However I want to add a text box for the user to RE-ENTER HIS PASSWORD to make sure he didnt do a typo. Basically it will look like this:
USERNAME:
PASSWORD:
RE-ENTER PASSWORD:
How do I check so the 2 passwords match ? how do i write this in the form and the action page ?
THANKS
-JON