Part 2: Adding New Team Members • Write a PHP file that will output a form containing the fields username, password, ema
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Part 2: Adding New Team Members • Write a PHP file that will output a form containing the fields username, password, ema
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.