|
PHP has built in
PHP provides a handy and
Learn how to send very simple
This is a step-by-step
functionality for dealing
convenient way to send email
e-mails in PHP and how to
introductory tutorial on
with HTML forms. This
through the mail() function.
format some user input
form processing in PHP4.
tutorial shows you how to
This function is a great way
Each step is explained in
tap into these powerful
to send mail using a simple
detail, and covers field
features.
and standard interface that
validation.
hides the complexity and
quirks of various system
programs that are
responsible for sending
mail. This tutorial will
introduce you to the basics
of sending mail from PHP
scripts and making a simple
feedback form.
Date: Oct, 17 2000 Date: Feb, 16 2000 Date: Feb, 18 2004 Date: Apr, 03 2001 |
|
Teaches you how to open a
Checkboxes in web forms are
If you are migrating from
This shows a basic way to use
directory and build a list
useful because they allow
using CGI scripts, this
forms with php. Also
of the files. Also teaches
the person filling out the
guide can help you get set
includes a required field
you how to show the number
form to choose from a wide
up on a PHP3 server.
demo.
of files in a directory.
range of possible choices.
Provides several guides to
Specifically, it allows the
choose from.
user to choose some, all or
none of the elements.
Although checkboxes are
excellent form elements for
certain tasks, there is
often confusion about how to
store checkbox data
correctly. This article will
demonstrate how to store
checkbox data in a database,
in a manner that follows
good database design
principles.
Date: Aug, 26 2002 Date: Oct, 25 2000 Date: Apr, 03 2000 Date: Oct, 08 2004 |