Make your PHP objects
Every now and then for some
Fast and easy way to make the
Teaches you how to open a
editable on the fly using
reason a user will feel
needed item from a list of
directory and build a list
web forms.
compelled to send a message
items in a form choosen as
of the files. Also teaches
to a webmaster. By using a
default. The example shows
you how to show the number
form this makes the process
how to use it to select a
of files in a directory.
much easier from both points
country from a list.
of view. The user does not
have to search for an e-mail
address and open an e-mail
client, and the webmaster is
presented with a relatively
well formatted message.
Date: Jun, 04 2003 Date: Apr, 29 2003 Date: Apr, 19 2003 Date: Aug, 26 2002 |
This tutorial teaches you the
This is a step-by-step
Intended for programmers
In this part four of a series
basic structure of creating
introductory tutorial on
interested in experimenting
on HTML form handling with
PHP form processing. To many
form processing in PHP4.
with complex user interface
PHP, it explains how to
this can be a challenging
Each step is explained in
elements, this tutorial
create a powerful PHP form
task, so here is how it's
detail, and covers field
explores using PHP to
handler, called Phorm
done. Complete code
validation.
generate JavaScript based on
Manager. Topics include:
presented.
data in a database. This
Design goals, Internal data
tutorial explains a class
management, form validation,
called chainedSelectors.
and more. Full source code
This class helps you create
available.
a SELECT form field that
automatically updates the
value of another SELECT
using JavaScript. PHP is
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: Jan, 07 2002 Date: Apr, 03 2001 Date: Feb, 26 2001 Date: Jan, 31 2001 |