jQuery Validation on Login Page

In this tutorial we learn how to “create a Login system & jquery validation“. The prestored username, password are verified from database whether both exists or not in our database, this is done using PHP script.

HTML File: login.html

First we create a simple HTML form with two fields- Email and Password. jQuery validation is used for email and password to ensure that they are valid or not .

jQuery File: login.js

After create HTML page we create a jQuery file named login.js which performs validation on data that user fill in filelds. The following is the code of jQuery file.

PHP Script: login.php

The following is a PHP script which check whether username and password are existing in a database or not.

CSS File: style.css

The following is CSS file used to style your HTML page to make a Login system & jquery validation.

Login system & jquery validation

The above mentioned topic name was explained with code.If you have any queries, you can ask the question in the Forum Section.

Loading