Question
This homework will require you to create a functional Login and Registration page. 1. Login -Email Address (Required) -Password (Required) -Require to have validation of
This homework will require you to create a functional Login and Registration page.
1. Login
-Email Address (Required)
-Password (Required)
-Require to have validation of user input
-Valid email address
-Validate the email address and password before showing home page
2. Registration
-First Name
-Last Name
-Email Address (Required)
-Password (Required)
-Confirm Password (Required)
-Require to have validation of user input
-Valid email address
-Make sure the email address does not exist in the database before doing insert into the database
-Password and Confirm Password are matching
-Password need to hash before doing insert into database ("password_hash" is a PHP build in function which can be used)
Goal: Create a Login and Register using CodeIgniter
Due Date: February 13th, 2023 23:59
Platform: Any
Requirement: PHP, MySQL, HTML
Optional: JavaScript, CSS
File Naming Format: firstname_lastname_hw02_q01_.zip
You can zip the project and upload to somewhere I can download for testing.
Questions / Results:
Functional User Login and Registration Page:
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