Skunky Form
Package:
Summary:
Display, validate and process HTML forms
Groups:
Author:
Description:
This class can be used to display, validate and process HTML forms.
It can generate HTML and JavaScript to display and validate forms on the browser side.
The class may also validate the forms according to several rules on the server side with the PHP code of the class itself.
The the form is valid it can save the submitted values to a records of MySQL databases, or others supported by PEAR DB or MDB2 .
The submitted form values can also be sent by e-mail to a given address.
It can generate HTML and JavaScript to display and validate forms on the browser side.
The class may also validate the forms according to several rules on the server side with the PHP code of the class itself.
The the form is valid it can save the submitted values to a records of MySQL databases, or others supported by PEAR DB or MDB2 .
The submitted form values can also be sent by e-mail to a given address.
Comments are closed.