|
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
A collection of 21 tips on
This set of functions allows
Intended for programmers
their own forms to let their
process Web forms with PHP
you to use simple PHP
interested in experimenting
users input and submit data
scripts. Clear explanations
commands to generate complex
with complex user interface
to them. Here we teach you
and tutorial exercises are
forms containing many
elements, this tutorial
how you can create these
provided on generating and
different inputs. It
explores using PHP to
forms, and use PHP to
processing Web forms,
automatically outputs the
generate JavaScript based on
enhance their capability.
getting values out of
HTML code for the form and
data in a database. This
Radio buttons, checkboxes,
$_REQUEST, processing
makes it easy for you to
tutorial explains a class
and regular text boxes are a
multiple choices, removing
process the input when the
called chainedSelectors.
few of the items covered.
slashes, adding multiple
form is submitted.
This class helps you create
submit buttons, adding
a SELECT form field that
hidden values, processing
automatically updates the
original query string:
How
value of another SELECT
To Retrieve the Submitted
using JavaScript. PHP is
Form Data?
How To List All
used to retrieve the values
Values of Submitted
for the selectors from a
Fields?
How To Retrieve
MySQL database. This data is
Input Values for Checkboxes
then used to create a
Properly?
How To Remove
JavaScript function that's
Slashes on Submitted Input
triggered when the value of
Values?
How To Support
the first selector is
Multiple Submit
changed.
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: Jun, 02 2006 Date: Oct, 02 2006 Date: Feb, 26 2001 |