Reputation: 93156
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!
Upvotes: 1
Views: 144
Reputation: 21723
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 : Zend Framework form with jquery
Upvotes: 1