Télécharger la liste

Description du projet

The Validate_fields Class is an easy-to-use form
field validation PHP script. This class can be
used to validate database inputs or mail forms. It
can validate simple text, numbers, dates, urls,
email addresses, and the presence of HTML tags.
Invalid form fields will be reported inside a
detailed error message.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-20 14:52 Retour à la liste release
1.34

Une petite amélioration de l'create_msg () La méthode permet de basculer entre la version XHTML et la version HTML simple. Dans le tableau de champs d'une clé a été nommé "nom", et il a été renommé en «valeur» pour le rendre plus clair. Les déclarations de variables au début de la méthode de validation a été supprimée. Parce que la valeur d'une case à cocher (radio) type de champ est disponible uniquement si l'élément est coché, il ya de nouvelles fonctions pour valider ces éléments.
Tags: Major feature enhancements
A small improvement in the create_msg() method
makes it possible to switch between the XHTML
version and the simple HTML version. In the fields
array one key was named "name", and it has been
renamed to "value" to make it more clear. The
variable declarations at the beginning of the
validation method was removed. Because the value
of a checkbox (radio) type field is only available
if the element is checked, there are new functions
to validate this elements.

Project Resources