https://github.com/rexlow/php-login-registration
Simple OOP PHP Login and Registration system with PDO
https://github.com/rexlow/php-login-registration
Last synced: over 1 year ago
JSON representation
Simple OOP PHP Login and Registration system with PDO
- Host: GitHub
- URL: https://github.com/rexlow/php-login-registration
- Owner: rexlow
- Created: 2017-11-01T22:01:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T17:20:08.000Z (over 8 years ago)
- Last Synced: 2025-01-23T11:23:52.667Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Simple PHP Login Registration System
This project is created with PDO and OOP in mind.
**Functionalities**
* Login
* Register
* Logout
**Project folder structure**
```
ajax
login.php
register.php
assets
js
main.js
inc
classes
DB.php
Filter.php
Page.php
User.php
config.php
footer.php
functions.php
dashboard.php
index.php
login.php
logout.php
register.php
```