Learn how to send very simple
Input is one of the most
In this part four of a series
This is a tutorial on how to
e-mails in PHP and how to
important aspects of any
on HTML form handling with
write your own Feedback
format some user input
program, in any programming
PHP, it explains how to
script in PHP, complete with
language. In this tutorial,
create a powerful PHP form
source code.
you will learn how to create
handler, called Phorm
an HTML form to accept user
Manager. Topics include:
input and then how to
Design goals, Internal data
retrieve that input in PHP.
management, form validation,
and more. Full source code
available.
Date: Feb, 18 2004 Date: Feb, 24 2000 Date: Jan, 31 2001 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 |