Download List

專案描述

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.

System Requirements

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
1.34

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.
標籤: Major feature enhancements

2006-02-20 14:47
1.33

The regular expression pattern of the check for
HTML code wasn't good, but is working now. The
example page was modified to test general text
inside a textarea (which is useful to test the
HTML code check). There are also Spanish
translations for the messages now.
標籤: Minor bugfixes

2005-06-23 14:29
1.32

A small bug inside the email pattern was fixed.
Danish translations were added.
標籤: Minor bugfixes

2005-06-23 00:18
1.31

The validation of email addresses was not good. The regex pattern has been changed to validate the most common cases.
標籤: Minor bugfixes

2004-12-19 15:17
1.30

Negative integers will now be validated. A new
validation method was added, called
check_html_tags(). If the $check_4html variable is
set to true, all fields will be validated for HTML
tags. The method for the URL check was optimized
and otherwise modified. It is now possible to
validate (nearly) all kind of URLs from the HTTP
protocol.
標籤: Major feature enhancements

Project Resources