-
Mollom for PHP provides ways to protect website content and website forms from spam on the web. Usage of Mollom for PHP:- Download package.- Unzip package.- Install package following the instructions in the readme file.- Create account on Mollom.- Activate website key on Mollom. Key Features of Mollom for PHP:- Get rid of spam - Mollom helps keep a website ...
-
form_template reads the form configuration from a flat file, including display options and validation.Validation can be either server-side or client-side via javascript.
-
SMTP Email Address Validation Class connects to the SMTP server responsible with receiving e-mail messages for a specified domain.SMTP Email Address Validation Class checks whether the SMTP server would accept a message sent to the specified e-mail address from another given e-mail addresses.Requirements: PHP 4.0 or higher
-
Several validation types are supported by default, but others can also be added.Key Features of CMC_form_validation:- Required field- Numerical characters only- Alphanumerical characters only
-
Validator4Fields can validate values against several types of rules. It can check an associative array of string values to verify whether a given set of rules.Currently Validator4Fields can perform the following checks:- Empty strings- E-mail address- String with spaces- URL- Secure password- String length limit- String with bad wordsIf there are any invalid values, the class output HTML with Javascript ...
-
Several operations can be performed on a specified date through OperacaoData.Key Features of OperacaoData:- Validate the date format- Add days, months or years- Calculate the difference between two datesRequirements: PHP 5.0 or higherLimitations: The code and the comments are in Portuguese
-
The specified time offset can be in days, months and years.The calculated date is stored in separate class variables for the resulting day, month and year. It is also returned as an array with the three date values.
-
Class Calendar takes a given month and year as parameters and it fills the multi-dimensional array, that represents the weeks and the week days, with the respective number of the days of the month. The array positions that represent days before and after the current month are filled with 0.Class Calendar can also return the month name and its length ...
-
Find date takes a date formatted in any valid date format and can add or subtract a given number of days.The date gets returned formatted as dd.mm.yy.Requirements: PHP 5.0 or higher
-
Custom CAPTCHA can display an image with a random text that the user needs to read and enter in a form to authorize the access to resources to real human users. The text is rendered over a given obfuscation image. The length, font and size of the text is configurable.A session variable is used to store the validation text for ...
-
Taxation laws validator is meant to validate the taxation laws in Tunisian e-commerce applications. It detects whether a company is exonerated or not, and can automatically adjust the tax values.The texts in Taxation laws validator are in French.
-
The generated image displays random numbers and letters and is saved on the server.imgValidation also generates the necessary HTML to display the validation image and a form input to let the user enter the validation text.Requirements: PHP 5.0 or higher
-
My Form supports adding form elements of several types and associate different kinds of validation rules that may be applied to determine whether the form is valid.The output of My Form is composed automatically when each input element is added to the form. JavaScript code is used to validate the form fields.
-
UploadSimples can validate an uploaded file to accept only with image MIME types and with a size lower than a limit. An uploaded image file can also be renamed and resized in order to not exceed a specified size limit.Requirements: PHP 3.0 or higherLimitations: The code and the comments are in Portuguese
-
Naf_Validator can define a set of validation rules to check values passed in an associative array for instance from $_POST or $_GET. It can verify the defined rules using the PHP filter extension.Validation result objects are returned when a validation rule is not satisfied, in order to provide more details about the failure.Requirements: PHP 5.2 or higher

