|
A really simple way to add a
With rc_formValidator.class
In these days, a way for
Collects user information
contact form to your page.
you can validate userinput
visitors to contact you is a
from a HTML form, then mails
Your visitor simply fills in
submitted via webforms. It
must.
Many sites use simple
it to your email address so
the form and clicks the send
has several different types
forms that require programs
you can add their login to
button. Useful if you don't
of checks. Error messages
like Outlook on the visitors
your database or scripts.
want to give out your email
can be set userdefined or be
computer to work - but not
address or want to make sure
retrieved from an internal
this script.
Ready E-Mailer
your visitor sends specific
error reporting system,
allows visitors to your site
information.
Requires -
which also has info about
to send emails to you in one
PHP enabled server,Ability
the fieldname and its value.
step. PHP and your sever
to send email through server
All error messages are
will take care of all the
(sendmail),Some php
returned in an array for
rest.
The script is as
knowledge is helpful but not
further processing. The
"Easy as pie" to
necessary.
Some of the
class is easy to use -
set up, it should only take
features of the contact
sample files show how to use
about a minute. The only
script - Simple
each type of check
thing you need to set is
installation, Your e-mail
available. Also, a full
your email address.
address is hidden from spam
documentation is available.
spiders, Specify where the
e-mail is sent, the subject
and the format. Force
visitors to fill in certain
fields, Easy integration
into your page design.
Checks the email your
visitor provides is in the
correct format. The script
automatically detects and
formats all of the
information posted in the
contact form.
Date: Oct, 19 2005 Date: Jan, 18 2005 Date: Jun, 27 2005 Date: Mar, 09 2005 |
|
Small class for preventing
This is an easy to install
Designed to be simple, yet
I find that when developing
that data is send more that
and customize email form
flexible and secure, SCForm
input forms, adding select
one time by a user if he
script. Set required
features easy installation
tags is one of the most
presses Reload on his
fields, confirmation email
and configuration; single
tedious tasks. This is
browser by setting a token
text, and human readable
and multiple recipients that
especially true if they have
that is written to the
field descriptions for the
are completely hidden from
to remember the values
session and also placed as a
email that comes to you.
web scrapers; remote host
assigned to them. Realizing
hidden filed in a form. If
Submissions can also be
and IP tracking, even
this, I wrote this function
those two values aren't the
logged on the server. The
through proxies,
and
to facilitate things. This
same, you get a boolean
script is free, though there
optional, powerful ban list
is the PHP version of
false by the isValid()
is an optional anti-spam
support.
select-populator.asp.
function.
module, which asks the user
to answer a simple math
equation, to verify they are
human (and can add two
numbers correctly!) and not
a spam bot. The equation
changes each time the script
is loaded.
Date: Nov, 25 2002 Date: Feb, 03 2006 Date: Dec, 12 2002 Date: Jul, 19 2005 |