|
Fast and easy way to make the
Intended for programmers
One of the most popular ways
Input is one of the most
needed item from a list of
interested in experimenting
to make a web site
important aspects of any
items in a form choosen as
with complex user interface
interactive is the use of
program, in any programming
default. The example shows
elements, this tutorial
forms. With forms you can
language. In this tutorial,
how to use it to select a
explores using PHP to
have users register for
you will learn how to create
country from a list.
generate JavaScript based on
different things, submit any
an HTML form to accept user
data in a database. This
information you can imagine,
input and then how to
tutorial explains a class
upload files, and all types
retrieve that input in PHP.
called chainedSelectors.
of other things. In this
This class helps you create
tutorial, we will go through
a SELECT form field that
the basics of forms and how
automatically updates the
to handle the data that
value of another SELECT
comes from those forms with
using JavaScript. PHP is
PHP.
used to retrieve the values
for the selectors from a
MySQL database. This data is
then used to create a
JavaScript function that's
triggered when the value of
the first selector is
changed.
Date: Apr, 19 2003 Date: Feb, 26 2001 Date: Apr, 19 2005 Date: Feb, 24 2000 |
|
This is a basic, and very
This tutorial covers various
Make your PHP objects
This short tutorial will show
easy to
aspects of form processing,
editable on the fly using
you how to pass a variable
understand,
tutorial on how
including basic form
web forms.
through 2 pages. It can be
to make one file to do it
elements, getting the data,
used, for instance, to
all--
Shows the contact
and using form arrays.
verify information from a
form, then upon
form submission.
submit,
will automaticly
update the page with a
message,
while PHP sends
out the email.
Date: Jun, 21 2004 Date: Aug, 05 2003 Date: Jun, 04 2003 Date: Dec, 01 2000 |