PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Win Aung Cho   PHP Login System   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Description
Class: PHP Login System
Create a system to manage users that access a site
Author: By
Last change:
Date: 3 years ago
Size: 813 bytes
 

Contents

Class file image Download

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 /