Hello!
How do I create a page that allows the administrator to add new users to access a MySQL database using JSP? There's this thing where the new user is asked to enter the new password twice. How do I do that? Why two verifications? So far, I have two columns: user_id and user_pswd in the user table.
Please help. Thanks...
How do I create a page that allows the administrator to add new users to access a MySQL database using JSP? There's this thing where the new user is asked to enter the new password twice. How do I do that? Why two verifications? So far, I have two columns: user_id and user_pswd in the user table.
Please help. Thanks...