Server Side validation
What is server side validation?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Sep 26, 2012, 11:49 PM
Please refer the below links
http://coredogs.com/lesson/basic-server-side-validation
http://www.4guysfromrolla.com/webtech/120199-1.shtml
http://wiki.answers.com/Q/Client_side_form_validation_vs_server_side_form_validation
Thanks
If this post helps you mark it as answer
Rajeev KumarPosted Feb 27, 2023, 7:16 AM
Server side validations are required for ensuring that the received data is correct and valid. If the received data is valid then we do the further processing with the data. Server side validations are very important before playing with sensitive information of a user.
Server-side validation must be done whether we validate the received data on the client side. User could disable script in his browser or do something else to bypass client-side validation. In this case server-side validation must required to protect our data from dirty input