Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Design Operation And Evaluation Of Mobile Communications

Authors: Gavriel Salvendy ,June Wei

1st Edition

3030770249, 978-3030770242

More Books

Students also viewed these Programming questions

Question

Given and find P(AB). If, further, are A and B independent?

Answered: 1 week ago