Learning Goal: I’m working on a php multi-part question and need the explanation and answer to help me learn.
-A simple form in an HTML file named Registration.html
-2 text entry boxes and labels to accept an userid and password
-Have a button named “Register� and it will trigger the insertion of data to the database
-After the data is inserted successfully, you should be able to login using the newly stored info
-Use PHP to insert and query the data from the server
-Have another form similar to the one shown in class/video to use the newly created ID and PW to validate your registration data. If login is successful, display “Success�, else “Failed�.
-Disallow duplicate user name in the user table.
I provided this presentation slide to help you finish the hw