|
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 |
|
A collection of 21 tips on
Many beginners want to create
This set of functions allows
Intended for programmers
process Web forms with PHP
their own forms to let their
you to use simple PHP
interested in experimenting
scripts. Clear explanations
users input and submit data
commands to generate complex
with complex user interface
and tutorial exercises are
to them. Here we teach you
forms containing many
elements, this tutorial
provided on generating and
how you can create these
different inputs. It
explores using PHP to
processing Web forms,
forms, and use PHP to
automatically outputs the
generate JavaScript based on
getting values out of
enhance their capability.
HTML code for the form and
data in a database. This
$_REQUEST, processing
Radio buttons, checkboxes,
makes it easy for you to
tutorial explains a class
multiple choices, removing
and regular text boxes are a
process the input when the
called chainedSelectors.
slashes, adding multiple
few of the items covered.
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: Jun, 02 2006 Date: Aug, 27 2004 Date: Oct, 02 2006 Date: Feb, 26 2001 |