简体   繁体   中英

PHP Form Validation framework JQuery Format

I started web developing some time ago but just now I've engaged some bigger size projects.

I started using bootstrap and JQuery along with JQuery Validation Plugin which makes it really easy to validate forms on the client side.

I was wondering if there's any library for PHP that validates user input given certain restrictions (on the same format as for the JQuery Validation plugin), so I could implement server side checks easily.

You may want to look at this post. While not a specific answer to your question, it may instead give you a different way to look at you server-side checks.

Easiest Form validation library for PHP?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM