Skip to content

FikraDev/docker-php-mysql-registration-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP and MySQL Registration Application

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.

Getting Started

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

Installing

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.

Usage

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.

Built With

  • PHP
  • MySQL
  • HTML
  • CSS
  • Bootstrap

About

Dockerised PHP-Apache registration app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published