PHP Login System: Create a system to manage users that access a site

Recommend this page to a friend!
  Info   View files Example   Demos   Screenshots Screenshots   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2020-09-28 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: 277 This week: 4All time: 7,527 This week: 70Up
Version License PHP version Categories
loginsystem 1.0.0Custom (specified...5HTML, PHP 5, Databases, User Management
Description Author

This package can be used to create a system to manage users that access a site.

It provides classes that can perform several actions to create a MySQL database table using MySQLi to store records that will contain user details like user name, email, password, role, login date, etc.. The package can also:

- Register a new user
- Authenticate a given user
- Output HTML for pages to register, login and recover passwords of users

Recommendations
Picture of Win Aung Cho
  Performance   Level  
Name: Win Aung Cho <contact>
Classes: 4 packages by
Country: Myanmar Myanmar
Innovation award
Innovation award
Nominee: 1x

 

Details

LoginSystem

User login system for the webpages using PHP and SQL.

/ * LoginSystem Class * User data are stored in SQL database * Script create table for member data if there is no table in database. * Script add admin acount with username and password both are "admin". * * Usesage * Include this class file at the begining of your page. * Assign $mypage variable before including class. * Place * echo$logsys->getMsg() * echo $logsys->getHtml(); * anywhere in page for the message and form of login status. * Look into index.php as an example. Replace index.php with your page. * * This class is free for the educational use as long as maintain this header together with this class. * Author: Win Aung Cho * Contact winaungcho@gmail.com * version 1.0 * Date: 28-9-2020 /

  Demo LoginSystemExternal page  
Screenshots  
  • Screenshot_20200928-205509_Chrome.jpg
  • Screenshot_20200928-205445_Chrome.jpg
  Files folder image Files  
File Role Description
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Data Description
Accessible without login Image file Screenshot_20200928-205538_Chrome.jpg Data Screenshot
Plain text file userclass.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:277
This week:4
All time:7,527
This week:70Up

For more information send a message to info at phpclasses dot org.