#The Weeknd Website designed for educational purposes by student from EST-SB
##Installation
install:
- PHP7
- MySQL
Note: for windows user you have to install xampp or wamp {: .note}
##Usage
How to use it?
-
Click phpMyAdmin on the menu.
-
Create table "users" with 4 fields
Id - mediumint, Primary Key, AUTO_INCREMENT
Name - varchar(64)
Email - varchar(64)
-
Put "weeknnd" folder inside your "xampp/htdocs" folder.
-
Open your browser and type "localhost/weeknnd"
##Result
###Register Page ###Login Page