https://github.com/ctechhindi/codeigniter-3-login-and-registration-system-using-mysql-with-bootstrap-4
CodeIgniter Full Login and Registration System using MySQL with Bootstrap 4 [ Step By Step ]
https://github.com/ctechhindi/codeigniter-3-login-and-registration-system-using-mysql-with-bootstrap-4
codeigniter codeigniter3 login-register-system mysql session
Last synced: 5 months ago
JSON representation
CodeIgniter Full Login and Registration System using MySQL with Bootstrap 4 [ Step By Step ]
- Host: GitHub
- URL: https://github.com/ctechhindi/codeigniter-3-login-and-registration-system-using-mysql-with-bootstrap-4
- Owner: ctechhindi
- License: mit
- Created: 2018-09-30T04:54:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T11:13:59.000Z (about 7 years ago)
- Last Synced: 2025-04-23T20:47:37.362Z (8 months ago)
- Topics: codeigniter, codeigniter3, login-register-system, mysql, session
- Language: PHP
- Size: 562 KB
- Stars: 16
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# CodeIgniter Login and Registration Application
[Video Playlist](https://www.youtube.com/playlist?list=PLmrTMUhqzS3jK7dsgLxoxywsbV9NjXj8N)
[Source Code](https://goo.gl/7udsza)
# 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