Form Validation

Live Form Validation using PHP and Ajax Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you how to Create Live Form Validation using PHP and Ajax. You will learn the effective way of validating the input field value of a certain form in your web application. The tutorial aims to provide the students and new programmers a reference for learning and enhancing their programming capabilities using PHP Language and jQuery Library. Here, snippets and sample source code will be provided to have a better understanding of the scripts.

Creating a CodeIgniter Signup From with Email Verification

Submitted by nurhodelta_17 on
This tutorial tackles how to create a simple signup form with validation and email verification in CodeIgniter. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture. Sending email verification is a way to check whether the users' inputted email is valid or not.

Simple Registration Form Validation in PHP

Submitted by GeePee on
This project source code will teach you how to validate forms. Each field in the registration form has its own validation which is the First Name and Last Name has a null or empty validation. These validations will check if the fields are not empty or null. For the Email, upon submitting the registration form the system will check if the value entered in the Email field is a valid email. Then for

AngularJS Form Validation

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a form validation in Angular JS. Validation is checking the inputs of a form whether the user's input meet the rules set in the application. In this tutorial, I have disabled the button to submit if an input is invalid. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Responsive Form Validation

Submitted by rinvizle on
This tutorial we will create a Responsive Form Validation that we will show you how to integrate client side responsove form validation using jQuery validation. The client side of responsive form validation is very useful for validating a form and it makes your web project more user friendly. You can found many ways to perform client side validation in HTML form, but jQuery validation is the easiest way to validate a form.