Saturday 10 December 2011

What is the difference between Server-side validation and Client-side validation?


Client-side is faster than server-side as the networking time from client to server is saved
server-side is done on the server. Then the server converts the data into an html page and sends to the browser.
server-side is more secure as the user cannot see the code even he does a view-source.

No comments:

Post a Comment