Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/islamhaqq/php-app

PHP & MySQL Basic Authentication, Membership and CRUD functionalities
https://github.com/islamhaqq/php-app

Last synced: 5 days ago
JSON representation

PHP & MySQL Basic Authentication, Membership and CRUD functionalities

Awesome Lists containing this project

README

        

# PHP-App

User Authentication, Membership and CRUD (Create, Read, Update, Delete) functionalities

## Topics Covered

- CRUD statements in SQL - Create, read, update and delete records in a database.
- Simple authentication and security - Logging in and out, handling unauthorized users and restricting access.
- Simple time and date manipulation - Displaying time and date postings and monitoring your posts.
- Displaying public and private data - Display information for logged-in users and for the public
- De-briefing and Summary - Final output and some notes. FAQ's are also place here.

## Tasks Covered

- Run Apache & XAMPP web server
- Run MySQL server
- Create database tables in PHPMYADMIN
- Access database via PHP
- Creating the public HTML Pages
- Creating the database and it's tables
- Adding users to the database
- User log-in: Authentication
- Setting up the home page for Logged-in users and Logging-out
- Testing Page Security
- Adding data to the list - User Access
- Displaying data in the home page
- Editing Data
- Deleting data
- Displaying public data
- De-briefing and Summary