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:
- Create a company database (named whatever you like)
- Create a 'creds' table with attributes of (user, pass)
- Add some test users into the database
- 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
Get step-by-step solutions from verified subject matter experts
