A collection of 21 tips on
In this part four of a series
PHP provides a handy and
This is a tutorial on how to
process Web forms with PHP
on HTML form handling with
convenient way to send email
write your own Feedback
scripts. Clear explanations
PHP, it explains how to
through the mail() function.
script in PHP, complete with
and tutorial exercises are
create a powerful PHP form
This function is a great way
source code.
provided on generating and
handler, called Phorm
to send mail using a simple
processing Web forms,
Manager. Topics include:
and standard interface that
getting values out of
Design goals, Internal data
hides the complexity and
$_REQUEST, processing
management, form validation,
quirks of various system
multiple choices, removing
and more. Full source code
programs that are
slashes, adding multiple
available.
responsible for sending
submit buttons, adding
mail. This tutorial will
hidden values, processing
introduce you to the basics
original query string:
How
of sending mail from PHP
To Retrieve the Submitted
scripts and making a simple
Form Data?
How To List All
feedback form.
Values of Submitted
Fields?
How To Retrieve
Input Values for Checkboxes
Properly?
How To Remove
Slashes on Submitted Input
Values?
How To Support
Multiple Submit
Buttons?
How To Support
Hidden Form Fields?
How To
Retrieve the Original Query
String?
How To Protect
Special Characters in Query
String?
...
Date: Jun, 02 2006 Date: Jan, 31 2001 Date: Feb, 16 2000 Date: Jul, 31 2000 |
This set of functions allows
This 2-page tutorial shows
Many beginners want to create
Make your PHP objects
you to use simple PHP
how to work HTML forms in
their own forms to let their
editable on the fly using
commands to generate complex
PHP. Topics covered: Drop
users input and submit data
web forms.
forms containing many
menu builder, Radio buttons,
to them. Here we teach you
different inputs. It
Check boxes, Error
how you can create these
automatically outputs the
processing, and more.
forms, and use PHP to
HTML code for the form and
enhance their capability.
makes it easy for you to
Radio buttons, checkboxes,
process the input when the
and regular text boxes are a
form is submitted.
few of the items covered.
Date: Oct, 02 2006 Date: Jan, 31 2001 Date: Aug, 27 2004 Date: Jun, 04 2003 |