Jump to content

Data validation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 84.9.95.17 (talk) at 17:03, 7 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, Data validation can de defined as the process of ensuring that we accept clean, correct and useful data into our system by using algorithms that will check for correctness of the inputted data.

in case of web developement, Sure algorithm can be implemented using java script for validation of the data on the client machine or they can also be implemented on the server side using programming languages such as php, asp.net etc