Skip to content

manuell18/Simple-User-Management-System-with-PHP-MySQL

 
 

Repository files navigation

Simple-User-Management-System-with-PHP-MySQL

So let’s start implementing the user management system with PHP and MySQL. Before we begin, take a look at files structure for this example.

Script Features::-


User Login and Registration features:

  • User registration with email
  • User Login with remember password(SHA1()).
  • Change password.
  • User profile.
  • User profile edit & save.

Admin Panel features:

  • Admin login.
  • Admin password Chane password.
  • Admin profile.
  • Dashboard View
  • Users list.
  • Add new user with role.
  • Edit & save user.
  • Delete user.

Login Register Profile 2020-03-15_203003

How to Install

  • Create a database name (db_admin)
  • Import database file (db_admin.sql)
  • Admin:Info
  • Admin username: nababurbd@gmail.com
  • Admin pass: An123456
  • Live video on Youtube

Author

Nababur Rahaman

Happy Open Source....

About

User management with PHP OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.2%
  • TSQL 7.7%
  • CSS 1.8%
  • Hack 1.3%