-
CAPTCHA Arg can generate a random text and generate an image with the text rendered over a base background image. The image gets saved in PNG format to a local file on the webserver.CAPTCHA Arg can also verify the validation text, as well as generate HTML to display the image along a form text input to let the user enter ...
-
There is a base class that can display a text message to tell the user what he needs to input. An expression with a random math operation between two number values is generated by a math subclass. The user must enter the result of the operation to pass the CAPTCHA validation. The correct answer is stored in session variables for ...
-
This is a no frills, light weight and secure contact form script. Image validation (Captcha) eliminates most of the contact form abuse and spam. Installation is very easy. Form can be easily integrated within existing site layout.
-
Safe Upload checks a given uploaded file and performs several checks before processing it like: - checking the file name against a black list of banned names, - check if the file already exists in a target directory, - check whether the file size is not zero nor exceeds and given limit, - check the MIME type against a list ...
-
Get form value & error keeps track of the names and validation errors of the form fields that may be invalid. HTML to mark form fields as invalid can also be generated. Requirements: PHP 4 or higher
-
Validation of strings, integers, arrays, objects, resources, dates and ISBN numbers is supported in QValidation. Requirements: PHP 5.0 or higher
-
Installation Automation can present forms that define different pages of the installation process. Each forms page is defined in custom scripts that are stored in a given directory and are numbered according to the respective installation page number. Installation Automation can also perform several installation general purpose tasks, such as creating XML or PHP files, create MySQL database tables and ...
-
PHP Scaffolder generates a PHP script that can be used to insert, list, update and delete records in a given MySQL table. Separate classes are used by the script to generate and validate forms, as well as display table records in paginated listings. Requirements: PHP 4 or higher
-
Upload File can check whether an uploaded file is of one of the allowed types and does not exceed the file size limit. The validated uploads can be moved to specified directories and file permissions can be set automatically. Requirements: PHP 3.0 or higher
-
After the test form is submitted a key entered by the user in a text field is compared by the class to determine whether it matches the text in the picture. An array is used to pass configuration settings to the class when the object instance is initialized. HN CAPTCHA only needs two function calls to be used: display_form() and ...
-
Valida Email can check a given e-mail address against a built-in regular expression. Success or failure messages can be returned. Requirements: PHP 3 or higher Limitations: The code and comments are in Portuguese.
-
Quinti.net - Secure Contact Form Antispam CAPTCHA adds anti-spam security features and CAPTCHA. Descriptions of Quinti.net - Secure Contact Form Antispam CAPTCHA:- Invulnerable secure antispam contact form.- JavaScript field validator in php (to add multi-language variables or other variables)- Prevent spammers from using your form to send garbage, guaranteed.- CAPTCHA to avoid Javascript validated Spam- After JS validation, is validated ...
-
There is one class that can generate HTML and Javascript to display form fields and have them validated immediately after the field values are changed. A different class is used to validate and process the submitted forms in order to modify MySQL database records. Requirements: PHP 5.0 or higher
-
A HTML form can be generated with JavaScript and submitted when the page gets loaded. jsCheck can set cookies or session variables to avoid the need to generate the form to check again if the browser has Javascript enabled. Requirements: PHP 5.0 or higher
-
Verification provides different functions that can verify if a text string can be a valid value of certain type. E-mail addresses, URLs, alphanumberic values, numeric values, phone numbers, IP addresses or non-empty strings can be validated. Requirements: PHP 5 or higher

