Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamiviolet/php_mini_projects
A collection of mini projects created with XAMPP for learning purposes.
https://github.com/kamiviolet/php_mini_projects
Last synced: 2 days ago
JSON representation
A collection of mini projects created with XAMPP for learning purposes.
- Host: GitHub
- URL: https://github.com/kamiviolet/php_mini_projects
- Owner: kamiviolet
- Created: 2023-07-12T21:49:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T22:02:33.000Z (over 1 year ago)
- Last Synced: 2023-07-12T23:21:37.930Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php_mini_projects
A collection of mini projects created with XAMPP for learning purposes.## To run any of the projects locally
As the projects are built with XAMPP(Crossed-platform Apache MariaDB Perl Php), the easiest and most recommended way to do so is to install XAMPP in your computer.
The link to Apache Friends is as follows:
[https://www.apachefriends.org/]Please follow the official documentation to download the package for your own platform and go through the installation.
## Mini-project 1 (on-going)
- A most simplistic webpage with form handling, allowing users to register and be redirected to the confirmation page.
- The input data will be sanitized and stored in the mySQL database.
- The password will be hashed for security reason.