-
Fox captcha generates an image of a given width and height with a sequence of random hexadecimal digits over a set of random lines.The digits and the lines are rendered with the same foreground color. The foreground and background colors are generated randomly. The background color is always darker than the foreground color to assure high contrast.The image is generated ...
-
There is a main forms class, a base input class and several input implementation classes that can validate and render inputs of several types: date, file, hidden, text, select, submit and text area.Forms are rendered by generating all the HTML code for layout out the form inputs automatically.Requirements:PHP 5.0 or higher
-
activeMailLib is a class that can validate e-mail addresses and send MIME email messages using the PHP mail() function. activeMailLib can generate text or HTML E-mail messages with user defined headers, body parts and character encoding.File parts can also be attached to the messages.activeMailLib may also perform email address validation based on a regular expression. It may optionally check the ...
-
Multiple file upload can check the uploaded files and validate their sizes and types so they conform to the configured size limits and allowed file types.The total number of uploaded files accepted can also be restricted.If all uploaded files satisfy the validation requirements, Multiple file upload may move the files to a given directory and fix the file permissions.
-
Form Checker provides several classes to sanitize and validate text data that represent values of several types of data.Form Checker can validate values as not empty or with a minimum and maximum length, according to regular expressions, as integers, that starts or not start with a given prefix, does not match a given list of values, as an e-mail address, ...
-
KG CAPTCHA Class renders a random text with letters and digits in an image. The rendered text is stored in a session variable for posterior validation.A random background is inserted behind the rendered text on the generate image. The length of the validation text, the colors, and text fonts are configurable.The validation image can be generated in the GIF, PNG ...
-
class_email is a class that does simple e-mail validation.
-
A CAPTCHA (Completely Automated Public Turing to tell Computers from Humans Apart) is a test that most humans can pass, but computers can't.Requirements:PHP 4.0.1 or higher
-
PHP Xforms can be used to validate XML documents using a XML Schema.PHP Xforms can validate a XML document given a XML Schema definition document. Additionally, it can invoke user-defined callback functions to perform contextual validation.
-
KG Uploader Class can check uploaded to verify whether they match one of the allowed MIME types, filter the file names to replace special characters, and moves the files to a given directory.An HTML-formatted summary of the uploaded files, with their names and sized, can also be displayed.Requirements:PHP 4.0 or higher
-
Filter can process request data from POST, GET, REQUEST and COOKIE values and verify if it matches given type rules. If the values satisfy the rules, they are copied to array class variable.Filtering rules are supported for integers, strings, booleans, dates, times, timestamps, e-mail addresses, web addresses and phone numbers.Requirements:PHP 5 or higher
-
User input submitted through forms can be validated according to the settings.
-
E-mail Form can compose a form with custom optional fields. All forms start with a name and an e-mail field. It can also validate and process the form by sending it to the configured site contact address. The user e-mail and the custom fields can be made optional.If all fields are correct, E-mail Form composes and sends a message with ...
-
Contact form picks the submitted values of a contact form and validates the name, phone number, e-mail address and the message that the site users have entered.An e-mail message for the site contact address with the form data included can also be composed and sent.Requirements:PHP 3.0 or higher
-
E-mail addresses, phone numbers and URLs can be validated. PHP Data Validation may also filter HTML data to remove tags and attributes that could be used to perform Cross-Site Scripting (XSS) exploits.Requirements:PHP 5.0 or higher

