views:

47

answers:

1

im new in formavalidation.

i am wondering if there is some library class you can download and include and then use for formvalidation in php and also in javascript/jquery?

it would save a lot of time so you dont have to reinvent the wheel.

thanks a lot in advance!

A: 

I like using Zend_Form for form validation, but it does not integrate with jQuery AFAIK.

EDIT: the folllowing SO question may be what you are looking for : http://stackoverflow.com/questions/665690/zend-framework-form-with-jquery

Wookai