For this project you will have to build a web application for managing a support ticketing system (STS). The application must be implemented with PHP. You can use a relational database like MySQL. - Non-logged-in users should see a “Register” menu link on all pages, which leads them to the registration page - The registration process requires the user’s email, password, name and team - The email should be a valid email address and not exist in the system (two registered users cannot have the same email) - Passwords should be at least 6 characters long and should contain both letters and numbers - The team should be one of the following values: Development, Support, Sales - Proper validation should be performed by the system, and detailed error messages displayed - Non-logged-in users should see a “Login” menu link on all pages, leading to the login page - login page asks for user email and password.
For this project you will have to build a web application for managing a support ticketing system (STS). The application must be implemented with PHP. You can use a relational
Step by step
Solved in 5 steps