Advertisement

Responsive Advertisement

Creating a Login and Sign Up using PHP/OOP and AJAX/jQuery

 




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.

  1. Open phpMyAdmin . i.e. http://localhost/phpmyadmin
  2. Click databases, create a database and name it as login_oop.
  3. After creating a database, click the SQL and paste the below codes. See the image below for detailed instructions.


Post a Comment

0 Comments