Getting Started
Please take note that CSS and jQuery used in this tutorial are hosted so you need an internet connection for them to work. Download and Install any local web server such as XAMPP then start the Apache and MySQL.
Creating our Database
The first step is to create our database.
- Open
phpMyAdmin
. i.e.http://localhost/phpmyadmin
- Click databases, create a database and name it as
login_oop
. - After creating a database, click the
SQL
and paste the below codes. See the image below for detailed instructions.
0 Comments