https://github.com/jubayer98/simple-login-registration-form-using-html-css-js-php-mysql
Simple login and registration form created using HTML, CSS, JavaScript, PHP, and MySQL.
https://github.com/jubayer98/simple-login-registration-form-using-html-css-js-php-mysql
authentication-system web-development
Last synced: about 1 year ago
JSON representation
Simple login and registration form created using HTML, CSS, JavaScript, PHP, and MySQL.
- Host: GitHub
- URL: https://github.com/jubayer98/simple-login-registration-form-using-html-css-js-php-mysql
- Owner: jubayer98
- License: mit
- Created: 2018-05-21T13:49:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T18:27:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T02:12:01.420Z (about 1 year ago)
- Topics: authentication-system, web-development
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 3
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Login and Registration Form Using HTML, CSS, JavaScript, PHP, and MySQL
This repository contains a basic implementation of a login and registration form that integrates HTML, CSS, JavaScript for the frontend, and PHP with MySQL for the backend. This full-stack project demonstrates user authentication and database management.
## Features
- **Frontend**:
- **HTML**: Structure of the forms.
- **CSS**: Styling of the forms.
- **JavaScript**: Form validation and user interaction.
- **Backend**:
- **PHP**: Server-side scripting to handle form submissions and interact with the database.
- **MySQL**: Database to store user credentials.
## Getting Started
### Prerequisites
- **Web Server**: Apache or any other web server capable of running PHP.
- **PHP**: Ensure PHP is installed and configured on your server.
- **MySQL**: Database server to store user information.
- **phpMyAdmin** (optional): For easier database management.
### Setup
1. **Clone the Repository**:
```bash
git clone https://github.com/jubayer98/Simple-Login-Registration-Form-Using-HTML-CSS-JS-PHP-MySQL.git
cd Simple-Login-Registration-Form-Using-HTML-CSS-JS-PHP-MySQL
```
2. **Database Configuration**:
- Create a MySQL database.
- Import the provided SQL file (`database.sql`) to set up the required tables.
3. **Update Database Credentials**:
- Update the database credentials in the PHP files to match your MySQL configuration.
4. **Deploy**:
- Place the project files in your web server's root directory.
- Access the forms via your web browser to test the login and registration functionalities.
## Contribution
Contributions are welcome! Feel free to fork the repository, add new features, and submit a pull request.
---
Explore the integration of frontend and backend technologies with this simple login and registration form project, and enhance your full-stack development skills!