-
class_cpf class allows you to perform the validation of brazilian tax contributor numbers (CPF).
-
This class is meant to be used to validate the data, for instance entered in forms. It supports the detection of multibyte text characters.The files provided are in EUC-JP format.It provides following types of validations:- E-mail addresses- Dates- Only alphabetic character strings- Only alphanumeric character strings- Detects strings using a multibyte encoding (Asian character sets)- Verify whether strings contain only ...
-
Captcha Numbers classes can generate images for use in CAPTCHA based validation tests (Completely Automated Public Turing test to tell Computers from Humans Apart).Captcha Numbers classes can generate an image with a random sequence of numbers over a grid of lines. The numbers and the grid are rendered in configurable colors. The numbers are rendered using a given TrueType font. ...
-
The functions can be used on strings or arrays of strings, of any depth. Full documentation of these methods can be found within the class comments.Key Features class.strings.php:- validateString()- validateArray()- validateEmail()- convertSymbolsToEntities()- convertTextToHTML()- trimStringToLength()- trimWordFromString()- trimFirstWordFromString()- trimLastWordFromString()- trimString()- trimStringLeft()- trimStringRight()- addSlashesToString()- trimSlashesFromString()- processFunction()- getOrdinalString()- getPluralString()- trimNewlinesFromString()- trimCarriageReturnsFromString()- getFileExtension()- getFileName()- getFileSize()- countWords()- countSentences()- countParagraphs()- getStringInformation()
-
PhpSecureImageGen is a simple class that generate images with a random text that can be used to perform CAPTCHA authentication, i.e. verify whether a site user is a human or a robot.The image may be outputted with given text or a random text generated by the class.The generated image also contains a few random lines to make it for difficult ...
-
Verification Image generates an image with random text to verify that a form was submitted by a real human being.It adds some visual elements that are meant to confuse OCR (Optical Character Recognition) software, thus making it very difficult for robot scripts to determine the actual text that is displayed in the generated image.Requirements: GD library compiled with PHP
-
Form Validate Class can be used to compose and output HTML forms that include Javascript based client-side validation rules to check the form inputs. It can compose forms with inputs of the types: text, password, hidden, textarea, radio, checkbox, select, file, reset, submit.The form input definition parameters may include the respective input label and validation requirement. When the form definition ...
-
Validations is a simple class implements several rules to validate text values on the server side, eventually submitted by the user in Web forms.Currently Validations implements the following validation rules:- E-mail address- Signed integer number- Unsigned integer number- Alphanumeric text with letters, digits and spaces- Date formatted as MM/DD/YYYY or MM-DD-YYYY
-
Veriword is a PHP Captcha system thats generate a question in form of an image with random baffle text or in another form such as an animated flash. The class is capable of picking a random word, generate captcha and store the word in an encrypted session variable for posterior validation eventually in a form on which it is used ...
-
FormBuilder is a PHP class that simplifies the process of creation and validation of HTML forms. It can also output the results in a text form and email them. FormBuilder in essence manages a collection of field classes that implement a standard interface defined by the FormField class.Classes currently implemented include text fields, radio buttons, checkboxes, popup menus, date/time, etc. ...
-
Formcat is a class for performing form validation on the client side. Its goal is to generate Javascript code to validate forms before they are submited to the server.Formcat Class works as a plug-in for the Smarty template engine. It is a good complement SmartyValidate plug-in that performs server side validation.It supports many built-in validation criteria: empty, range, length,checkbox, radio ...
-
Features of ntSimpleForm:- simple validation (ie: is numeric, is alpha) - returns to the form with proper error messages (ie: for validation, required fields) - required fields - email a copy of the submission results to the sender and/or a recipient - save submission results to a flat file - email address validation - direct the user to a "success" ...
-
With NinethSense Login Validation Script, we can block automatic programmes used by hackers for login.
-
OpenMail Advanced is a fast, highly configurable PHP form mailer and processor, with email validation, destination cloaking, fixed recipient settings and ip logs / bans.As the destination email addresses are never echoed to the browser, there is no opportunity for spammers to get hold of personal contact details. Now improved. Thanks too the feedback of users, and over 6000 downloads, ...
-
Schematron is a validation language for XML. This is a class to process Schematron validations from PHP. XML documents can be validated from files, URLs or PHP strings and the Schematron script can be processed from a file, script or string too. Schematron scripts can be "compiled" into XSLT stylesheets. Methods to validate files, documents or URLs using the compiled ...

