Part 2: Adding New Team Members • Write a PHP file that will output a form containing the fields username, password, ema
Posted: Tue Jul 12, 2022 8:05 am
Part 2: Adding New Team Members • Write a PHP file that willoutput a form containing the fields username, password, email,phone number and user type. These fields should be sent via POST tothe same file, which should take care of inserting them into thedatabase named Major and the table named Users (as shown above). •If the username already exists, the INSERT query should fail if youdesignated the USERNAME field as unique. • Note also that onlyadmin users can add new team members.