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!

1
  • 2
    What if you wanted to share validation rules between jQuery and PHP without "reinventing the wheel" or repeating your code? That may have been the intent of the original question, I'm not sure. Commented Dec 4, 2009 at 18:41

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.