|
This article is intended for
This article describes how to
Unlike PHP 3, PHP 4.0 has
The factory will auto_load
the PHP programmer
easily create a PHP
built-in capabilities to
requested classes without
interested in creating a
extension with C or C++.
handle session management.
you having to add require or
static HTML cache of dynamic
Examples of bundled PHP
The session management
include functions all over
PHP scripts. The article has
extensions include the MySQL
functionality in PHP 4.0 is
your code.
Good for
been written specifically
extension or the Sablotron
easy to use, powerful and
large projects with many
for an Apache server running
XSL extension. These allow
open for custom
libraries used in various
PHP scripts, but the ideas
you to provide features to
modifications. Creating
files.
described here are
PHP script authors by
sessions allows you to keep
applicable to almost any Web
letting you create
track of the actions of a
environment. The article
functions, in C or C++,
particular user over the
assumes that you have some
which can then be directly
period of time she is
experience with creating
called in PHP scripts.
viewing your web site. To
dynamic Web sites and that
associate session data with
you are familiar with HTTP.
a user, you need a session
identity number, that is, a
key that ties the user to
his data. This tutorial
discusses how to open
sessions, track session
data, and clear the data
when you no longer need it.
Date: Jul, 10 2001 Date: Dec, 14 2000 Date: Jun, 19 2000 Date: Oct, 10 2006 |
|
Caching output in PHP can
Templates provide a simple
Need to limit how long a
This article explains one of
reduce server load and speed
means to seperate server
string is? This tutorial
possible ways of developing
up your site. This tutorial
side code from client side
will show you how.
PHP applications in a team.
explains how to alter your
code in our scripts. This
Discussion include: Single
site to save your server
article looks at when
'selector' file, Database
from processing scripts and
template systems are useful,
abstraction layer, Embedding
querying databases more than
their shortcomings and why
PHP, and Separation to files
is needed.
template engines are a bad
by functionality. To
idea.
illustrate the ideas
explained, the author wrote
a small notebook application
using a MySQL database,
available for download.
Date: Jun, 10 2004 Date: Dec, 04 2002 Date: Aug, 26 2002 Date: Jun, 23 2001 |