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