Possible Duplicate:
JavaScript: client-side vs. server-side validation
I am a beginner in PHP web application development. I have recently developed a web application that is used in an intranet, and there are about 25 users using the system. All the HTML forms within the system are validated using JavaScript and a jQuery library and the client machines are JavaScript enabled. Is it necessary to validate each form on the server again or is JavaScript validation is enough.