I'm wondering if there is a way to verify a user's correct email address by forcing them to enter it twice, then verify that the two values are the same in process.php.
Is this possible and/or desirable, or is there a better way of being sure that a user enters a correct email address?
Please provide code and be specific: I'm new to PHP.
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I'm wondering if there is a way to verify a user's correct email address by forcing them to enter it twice, then verify that the two values are the same in process.php.
Is this possible and/or desirable, or is there a better way of being sure that a user enters a correct email address?
Please provide code and be specific: I'm new to PHP.
Thanks in advance!
It is possible and only desireable if thats what you want. I could be specific but you did not provide the code you generated.
Your form code uses Java to check form input syntax checking and highlighting of required fields not populated properly.