Skip to main content

Command Palette

Search for a command to run...

User Management System in CodeIgniter

Published
1 min readView as Markdown
User Management System in CodeIgniter

This project is developed in CodeIgniter.

Project divided into two modules :

User module

Admin Module

User Module

  • User can register himself

  • User can login

  • View and update own profile

  • Change Password

  • Logout

Admin Module

  • Admin Login

  • Admin Dashboard

  • Manage all users

  • Delete particular user

  • Change Password

  • Logout

How to run this project

1. Download the zip file

2. Extract the file and copy ciproject folder

3.Paste inside root directory(for xampp xamp/htdocs, for wamp wampp/www,for lamp var/www/html)

4. Open phpmyadmin (http://localhost/phpmyadmin)

5. Create a database with name ciproject

6. Import ciproject.sql file(given inside the zip package in sql file folder)

7.Run the script http://localhost/ciproject

View Demo

Credential for user panel :

username : info@phpgurukul.com
Password : Test @12345

Credential for admin panel :
username : admin
Password : Test @12345

Click: https://phpgurukul.com/user-management-system-in-codeigniter/

PHP Gurukul

Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.

Website : https://phpgurukul.com

More from this blog

Untitled Publication

113 posts