CodeIgniter-3-Login-and-Registration-System-using-MySQL-with-Bootstrap-4 icon indicating copy to clipboard operation
CodeIgniter-3-Login-and-Registration-System-using-MySQL-with-Bootstrap-4 copied to clipboard

CodeIgniter Full Login and Registration System using MySQL with Bootstrap 4 [ Step By Step ]

CodeIgniter Login and Registration Application

Video Playlist

Source Code

Topies

  • Install codeigniter 3 in Xampp Server
  • Setup codeigniter 3 and remove index.php
  • Create User Controller in Codeigniter 3
  • Create login and registration view page and load in user controller
  • Include Bootstrap 4 Library : https://getbootstrap.com/
  • Adding Header and Footer
  • Design Login and Registration Page in Bootstrap 4
  • Apply CodeIgniter 3 Form Validation in Registration Page
  • Connect User Registration Page for MySql
  • Insert User Data in MySql
  • Show Success, Warning and Danger Alert Message using CodeIgniter Flashdata Session
  • Extending CodeIgniter Validation Library To Check For Unique Values (Email and Username)
  • Apply Password Hashing in Password Field
  • Activate the Login page with Database and Password Hashing
  • Create and Destroy Sessions - Log In and Log Out
  • Create User Panel with User Session