|
In this part four of a series
PHP provides a handy and
This is a tutorial on how to
A collection of 21 tips on
on HTML form handling with
convenient way to send email
write your own Feedback
process Web forms with PHP
PHP, it explains how to
through the mail() function.
script in PHP, complete with
scripts. Clear explanations
create a powerful PHP form
This function is a great way
source code.
and tutorial exercises are
handler, called Phorm
to send mail using a simple
provided on generating and
Manager. Topics include:
and standard interface that
processing Web forms,
Design goals, Internal data
hides the complexity and
getting values out of
management, form validation,
quirks of various system
$_REQUEST, processing
and more. Full source code
programs that are
multiple choices, removing
available.
responsible for sending
slashes, adding multiple
mail. This tutorial will
submit buttons, adding
introduce you to the basics
hidden values, processing
of sending mail from PHP
original query string:
How
scripts and making a simple
To Retrieve the Submitted
feedback form.
Form Data?
How To List All
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: Jan, 31 2001 Date: Feb, 16 2000 Date: Jul, 31 2000 Date: Jun, 02 2006 |
|
This 2-page tutorial shows
This set of functions allows
Many beginners want to create
Intended for programmers
how to work HTML forms in
you to use simple PHP
their own forms to let their
interested in experimenting
PHP. Topics covered: Drop
commands to generate complex
users input and submit data
with complex user interface
menu builder, Radio buttons,
forms containing many
to them. Here we teach you
elements, this tutorial
Check boxes, Error
different inputs. It
how you can create these
explores using PHP to
processing, and more.
automatically outputs the
forms, and use PHP to
generate JavaScript based on
HTML code for the form and
enhance their capability.
data in a database. This
makes it easy for you to
Radio buttons, checkboxes,
tutorial explains a class
process the input when the
and regular text boxes are a
called chainedSelectors.
form is submitted.
few of the items covered.
This class helps you create
a SELECT form field that
automatically updates the
value of another SELECT
using JavaScript. PHP is
used to retrieve the values
for the selectors from a
MySQL database. This data is
then used to create a
JavaScript function that's
triggered when the value of
the first selector is
changed.
Date: Jan, 31 2001 Date: Oct, 02 2006 Date: Aug, 27 2004 Date: Feb, 26 2001 |