Skip to content

farooqashar/loginsystem

Repository files navigation

Login System

Login System PHP Site

This is a simple site built using PHP and MySQLi to allow a user to sign up and perform a log in operation.

Cloning and Running Locally

git clone https://github.com/farooqashar/loginmedia.git

Note that this project requires a configuration of a local MySQLi database using a cross-platform web server solution like XAMPP via phpMyAdmin for instance. Configure a database entiled login with a table entitled users.

Starting Server

php -S 127.0.0.1:8000

Locate to http://localhost:8000/ to see the server running locally.

Sign Up Feature

Sign Up Feature

Sign In Feature

Sign In Feature

Example of MySQLi Database

Example of MySQLi Database

Releases

No releases published

Packages

No packages published