Online Directory Management System Using PHP & MySQL

This is a user information management source code developed using PHP & MYSQL and using Bootstrap CSS. It has two pre-built functions:

  • Users: users can manage their personal information.
  • Admin: administrators can manage all user information.

Home

                                        

Admin Panel


* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Open a web browser and access PHPMyAdmin and create a new database, then import file dms.sql database (in directory database/database.sql );
  • Open file connection.php (in directory admin/include/dbconnection.php) and configuration database connection (hostname, username, password and database);
  • Site URL: http://localhost/project_name/
  • Admin panle URL: http://localhost/project_name/admin
  • Default login account: admin/Test@123

Previous Post Next Post