This is a simple PHP and MySQL registration application that allows users to register by submitting their email address and password. The application validates the input data, checks if the passwords match, and inserts the data into a MySQL database.
To use this application, you need to have PHP and MySQL installed on your system. You also need to have a web server that can run PHP scripts. Prerequisites
- PHP
- MySQL
- Apache or NGINX Web server
To install the application, simply clone the repository to your local machine:
git clone https://github.com/your-username/php-mysql-registration.git
Then, create a new MySQL database and import the db.sql file to create the necessary table.
Next, update the database connection details in the dbconnect.php file.
Finally, navigate to the index.php file in your web browser to view the registration form.
To register a new user, enter a valid email address and password in the registration form and click the "Submit" button. The application will validate the input data and insert the data into the MySQL database if everything is valid.
- PHP
- MySQL
- HTML
- CSS
- Bootstrap