Membership management source code with PHP & MYSQL

This is a member management source code built in PHP programming language combined with MYSQL platform. Basic code should be very suitable for those who are just starting to learn PHP & MYSQL.

The code includes 02 available functions:

  • Members: register, login, change password;
  • Administration: manage registered member information (add, edit, delete, update password);

How to install

  • Download the source code, extract and copy to the web directory of the server (eg: xampp/htdocs, wamp/www, lamp var/www/HTML, ampps/www);
  • Access phpMyAdmin (http://localhost/phpmyadmin), create a new database and import demo.sql file;
  • Open the config.php file (including/config.php) to reconfigure the information: hostname, username, password and database;;
  • Default login account: administrator/ Test@123



Demo Download
Previous Post Next Post