https://github.com/svaveop/registration
Nice repository for anyone who wants to understand how to implement a PHP-based registration system!
https://github.com/svaveop/registration
php register registration sql
Last synced: about 1 month ago
JSON representation
Nice repository for anyone who wants to understand how to implement a PHP-based registration system!
- Host: GitHub
- URL: https://github.com/svaveop/registration
- Owner: Svaveop
- License: mit
- Created: 2024-12-14T20:22:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:40:06.000Z (5 months ago)
- Last Synced: 2025-02-07T20:44:55.699Z (3 months ago)
- Topics: php, register, registration, sql
- Language: Hack
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Registration Form with MySQL
This project demonstrates a simple registration system built using PHP, MySQL, and Bootstrap. It includes a user-friendly form to register users and securely store their data in a database.
---
## Features
- **Responsive Design**: Built with [Bootstrap 5](https://getbootstrap.com/).
- **Secure Password Handling**: Passwords are hashed using `password_hash`.
- **Validation**: Server-side validation for required fields and email format.
- **MySQL Integration**: User data is stored in a MySQL database.### Prerequisites
- PHP 7.4 or higher
- MySQL 5.7 or higher
- A web server (e.g., Apache or Nginx)##### If you created your web server here is some hosts.
- localhost:8888
- localhost:8888/phpmyadmin### License
- This project is licensed under the MIT License.### ATTENTION
**Note**: This project is written entirely in PHP and MySQL. The Hack language is not used in this repository.