Question: Goal: To handle a client POST request with login credentials from a MySQL database. New steps: Create a company database (named whatever you like) Create

Goal: To handle a client POST request with login credentials from a MySQL database.

New steps:

  1. Create a company database (named whatever you like)
  2. Create a 'creds' table with attributes of (user, pass)
  3. Add some test users into the database
  4. Modify your existing PHP login script to now pull all the users from the creds table and check for valid login.

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!