CREATE DATABASE login; USE login; CREATE TABLE users ( id int auto_increment, primary key(id), username varchar(100) unique, password varchar(300) ); query($sql); ?> Welcome

Reset Your Password Sign Out of Your Account

"; echo ""; echo ""; echo ""; } ?>
# Username
" . $value['id'] . "" . $value['username'] . "
Reset Password

Reset Password

Please fill out this form to reset your password.

" method="post">
Login

Login

Please fill in your credentials to login.

" method="post">

Don't have an account? Sign up now.

Sign Up

Sign Up

Please fill this form to create an account.

" method="post">

Already have an account? Login here.