|
Input is one of the most
PHP provides a handy and
This is a tutorial on how to
Many beginners want to create
important aspects of any
convenient way to send email
write your own Feedback
their own forms to let their
program, in any programming
through the mail() function.
script in PHP, complete with
users input and submit data
language. In this tutorial,
This function is a great way
source code.
to them. Here we teach you
you will learn how to create
to send mail using a simple
how you can create these
an HTML form to accept user
and standard interface that
forms, and use PHP to
input and then how to
hides the complexity and
enhance their capability.
retrieve that input in PHP.
quirks of various system
Radio buttons, checkboxes,
programs that are
and regular text boxes are a
responsible for sending
few of the items covered.
mail. This tutorial will
introduce you to the basics
of sending mail from PHP
scripts and making a simple
feedback form.
Date: Feb, 24 2000 Date: Feb, 16 2000 Date: Jul, 31 2000 Date: Aug, 27 2004 |
|
This 2-page tutorial shows
Intended for programmers
Make your PHP objects
A collection of 21 tips on
how to work HTML forms in
interested in experimenting
editable on the fly using
process Web forms with PHP
PHP. Topics covered: Drop
with complex user interface
web forms.
scripts. Clear explanations
menu builder, Radio buttons,
elements, this tutorial
and tutorial exercises are
Check boxes, Error
explores using PHP to
provided on generating and
processing, and more.
generate JavaScript based on
processing Web forms,
data in a database. This
getting values out of
tutorial explains a class
$_REQUEST, processing
called chainedSelectors.
multiple choices, removing
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: Jan, 31 2001 Date: Feb, 26 2001 Date: Jun, 04 2003 Date: Jun, 02 2006 |