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.
- Responsive Design: Built with Bootstrap 5.
- 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.
- PHP 7.4 or higher
- MySQL 5.7 or higher
- A web server (e.g., Apache or Nginx)
- localhost:8888
- localhost:8888/phpmyadmin
- This project is licensed under the MIT License.
Note: This project is written entirely in PHP and MySQL. The Hack language is not used in this repository.