Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/islamhaqq/php-app
- Owner: islamhaqq
- Created: 2016-12-01T00:00:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T23:09:45.000Z (almost 8 years ago)
- Last Synced: 2024-09-13T15:42:40.778Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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