Skip to content

Svaveop/registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • 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.

About

Nice repository for anyone who wants to understand how to implement a PHP-based registration system!

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors