Question: 1 : Make the following HTML Form, validate with PHP , and interact with the MongoDB database. Page 1 : Signing in page Page 2

1: Make the following HTML Form, validate with PHP, and interact with the MongoDB
database.
Page 1: Signing in page
Page 2: Forgot password page
Page 3: Reset password page
Page 4: Homepage after successful signing in
2: Instructions
nstructions
1. Prepare a database with the necessary fields to store email ID, and password so that one
can sign into the homepage. Insert some dummy data into the database since there is no
sign-up form.
2. Retrieve the data from the database to match the email ID and password when they click
the sign in button (Page 1). Same instruction for page 2.
3. When someone tries to reset the password, update the field in the database (Page 3).
4. Password should not the visible. The confirm password must match the password option.
Do not use any encryption to store the password.
5. Whenever one clicks the return button, redirect them to the page 1 page.
6. You may add or modify the necessary HTML or CSS code if required.
--------
 1: Make the following HTML Form, validate with PHP, and interact

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!