Input is one of the most
In this part four of a series
This set of functions allows
This is a tutorial on how to
important aspects of any
on HTML form handling with
you to use simple PHP
write your own Feedback
program, in any programming
PHP, it explains how to
commands to generate complex
script in PHP, complete with
language. In this tutorial,
create a powerful PHP form
forms containing many
source code.
you will learn how to create
handler, called Phorm
different inputs. It
an HTML form to accept user
Manager. Topics include:
automatically outputs the
input and then how to
Design goals, Internal data
HTML code for the form and
retrieve that input in PHP.
management, form validation,
makes it easy for you to
and more. Full source code
process the input when the
available.
form is submitted.
Date: Feb, 24 2000 Date: Jan, 31 2001 Date: Oct, 02 2006 Date: Jul, 31 2000 |
PHP provides a handy and
This 2-page tutorial shows
Many beginners want to create
Make your PHP objects
convenient way to send email
how to work HTML forms in
their own forms to let their
editable on the fly using
through the mail() function.
PHP. Topics covered: Drop
users input and submit data
web forms.
This function is a great way
menu builder, Radio buttons,
to them. Here we teach you
to send mail using a simple
Check boxes, Error
how you can create these
and standard interface that
processing, and more.
forms, and use PHP to
hides the complexity and
enhance their capability.
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, 16 2000 Date: Jan, 31 2001 Date: Aug, 27 2004 Date: Jun, 04 2003 |