mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
995bd9e729
HTML forms.
10 lines
465 B
Plaintext
10 lines
465 B
Plaintext
FormValidator is a port of Perl's Data::FormValidator library. It
|
|
makes it easy to validate data coming in from HTML forms and provides
|
|
a robust set of methods to handle dependent fields, filtering data,
|
|
constraints, etc. It's modular design allows you to easily add your
|
|
own filters and constraints and also allows you to keep validation
|
|
profiles outside of your CGI scripts.
|
|
|
|
Author: Travis Whitton <whitton@atlantic.net>
|
|
WWW: http://grub.ath.cx/formvalidator/
|