Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
--------
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

More Books

Students also viewed these Databases questions

Question

7. Identify six intercultural communication dialectics.

Answered: 1 week ago