Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a register and login page for Customer Registration 1- Fields for registration should be Username (Should contain all characters except special characters, and must
Create a register and login page for Customer Registration 1- Fields for registration should be
- Username (Should contain all characters except special characters, and must be required)
- Password (Should contain digits and alphabets and one special character, length must be greater than 5, must be required)
- CNIC Number (must be required according to the specified format)
- DateOfBirth (must be required according to the specified format)
- Province (must be required)
- Gender (must be required) 2- After registration, all field values must be stored in database table 3- Only registered customers can login (Implement this as login authentication discussed in lecture) 4- After successful login, redirect the user to another page. 5- Display all the registered users in a tabular form on a new page (table should be created using Bootstrap)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started