|
This well-designed site
phpWizard.net offers many
This tutorial shows you how
This tutorial teaches you to
offers news, message board,
useful and high-quality PHP
you can use PHP in
initiate user authentication
books, links, tutorials and
scripts for free.
conjunction with WML to
using PHP, and then to
programs for PHP
Applications currently
serve dynamic content to a
authenticate users by
programmers.
offered include a MySQL
WAP-enabled wireless device.
matching the value of the
database adminstration
The sample code illustrates
global variables
program, a banner management
several facets of user
$PHP_AUTH_USER, and
and tracking system, a form
interaction via a wireless
$PHP_AUTH_PW to a list of
processor and a voting booth
web browser, including:
valid usernames and
script. It also features
Performing basic insertions
passwords. The sample code
several small 'Tidbits' such
of dynamic content (such as
included with this tutorial
as Whois and Finger
a date), Sending email, and
will show you how to use
functions for PHP
Interacting with a MySQL
either hard-coded values, a
programmers.
database. This tutorial is
flat file, an existing
intended for the PHP
.htpasswd file or a database
programmer interested in
table to manage your valid
using PHP to create basic
usernames and passwords.
WML pages. The reader is
This tutorial is intended
expected to be knowledgeable
for the PHP
of MySQL and should be
programmer who is
familiar with WML at an
generally familiar with
introductory level.
authentication, but who
would be interested in
learning a practical method
for authenticating access to
one or more Web site pages.
Date: Mar, 22 2000 Date: Jul, 30 1999 Date: Aug, 15 2000 Date: Aug, 15 2000 |
|
This article is intended for
This tutorial is intended for
A large portion of Web
For PHP programmers
the experienced PHP
PHP programmers
programming requires strings
who work as a group and who
programmer, interested
interested in learning how
to be handled and generated,
want to use classes and
in writing applications
to apply PHP's GD image
so knowing how to use and
functions
in their
using XML. It assumes that
manipulation support.
handle strings properly is
development it is difficult
you are familiar with XML's
Readers interested in
extremely important for
to distribute and update the
syntax and advantages.
learning how to access a
PHP programmers. This
required
documentation.
MySQL database from PHP,
tutorial starts with the
phpDoc provides a method of
and/or define a PHP function
simple constructs used to
managing information about
will also benefit from this
create strings and moves
your classes and functions.
tutorial. You should be able
through to more advanced
You can add projects,
to create a table using the
techniques for string
classes, functions and their
MySQL command interface, and
handling.
parameters. For each of them
must know how to create a
you can define a name, a
GIF using any commercial
description and an example.
paint program.
The multilanguage support is
not yet working, but on its
way. In a future version
phpDoc should support a
possibility to give several
users the possibility to
work locally and merge their
entries into a central
online source.
Date: Jun, 24 2000 Date: Jun, 19 2000 Date: Jun, 19 2000 Date: Jun, 01 2000 |