Validation library PHP / Javascript

Posted by pistacchio on Stack Overflow See other posts from Stack Overflow or by pistacchio
Published on 2010-05-15T15:34:59Z Indexed on 2010/05/15 15:44 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

Hi,

could someone recommend a PHP form validation library (that works independently outside of any php framework) that apart from doing all sort of basic validation (is empty, vs regex, is email, is alphanumeric and so on) can produce javascript code (ideally to work with jquery) to validate the very same form with the very same rules client-side and hence define validation rules in a single place and have a form validated both server and client side?

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about form