An open API service indexing awesome lists of open source software.

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

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
```