Showing posts with label validations. Show all posts
Showing posts with label validations. Show all posts

Saturday, July 2, 2016

HTML5 Form Validations with Pattern Matching

This is another Client Side Validation method No JavaScript or jQuery needed, Thanks to HTML5 because validations can now be done using HTML5 without coding of javascript or any server side language, using HTML5 you can validate forms with pattern, Forms must be validate either using client side or server side because it helps you to collect correct data or valid form values from the users, you cannot trust users blindly, let’s see it.
HTML5 Form Validation with Pattern Matching
Read more »

Friday, May 13, 2016

Server Side Form Validations using PHP

In this post you'll learn, How to Validate Forms Using PHP,  Server Side Form Validations are more Secure and works seamlessly with all kind of browsers, After Making an HTML Form you have to validate it and PHP has a wide variety of functions and  features to help you to Validate forms. So we will create User Registration Form at first and then we will validate it by using PHP functions.

Server Side Form Validations using PHP
Read more »