May 2018
Beginner
230 pages
4h 49m
English
Often, when you access a web page in your web browser, you open a form, fill in the form, and submit it. During the filling of the form, some fields may have constraints, such as the username, which should be unique; and the password, which should be greater than eight characters, and these fields should not be empty. For this purpose, two types of validations are used, which are client-side and server-side validations. Languages such as PHP and ASP.NET use server-side validation, taking the input parameter and matching it with the database of the server.
In client-side validation, the validation is done at the client side. JavaScript is used for client-side validation. A quick response and easy implementation ...
Read now
Unlock full access