|
This tutorial teaches you how
The function UpdateHitCount
HTML_Graphs uses PHP to
This introductory guide
to write and use classes, to
gets the global variable
provide a nice class
covers a wide range of
make your PHP code
$pageHitCount, increments
interface for html graphs.
subjects on PHP programming.
more flexible and easier to
it, and actually writes the
It provides a single,
Some of main topics include:
manage. The tutorial guides
new value back into
reasonably consistent
PHP history, PHP 4
you through the construction
$filename, as the first line
interface for creating HTML
Architecture, Language
of a simple,
of PHP code. By
based charts. The idea
Syntax, Embedding PHP
security-related class that
storing the page's hits in
behind this code is that the
Code, Dynamic vs. Static
performs some basic security
itself, you can eliminate
user of the class sets up
Web pages, Variables,
functions for a web site:
the need for another
four or five arrays and pass
Arrays, Conditionals and
checking user logons. The
external file, or a
these to html_graph() which
Looping Constructs, Web
class implements security
database, containing just
then takes care of all the
Application Features,
features that answer some
page hits.
messy HTML layout. A fully
Working With Cookies,
needs for a number of
customized chart can be
Built-in Variables, and
current security models and
created in just five lines
Database Handling.
could be easily implemented
of PHP code.
at most dynamic Web sites.
Note that this class does
not provide a full security
solution.
Date: Jun, 19 2000 Date: Jul, 03 1999 Date: Sep, 19 1999 Date: Aug, 27 2003 |
|
All-in-one--A nuts-and-bolts
Templates let you completely
This is a simple PHP
The Zend Optimizer uses
programming toolkit for
separate your PHP
code that lets you see
multi-pass code
anyone building dynamic web
code from the HTML,
if a link is valid before
optimizations to double the
applications in the Unix
which makes the HTML graphic
displaying it on your Web
running speed of PHP
environment. It gathers
designers very happy and
page. It is useful since you
applications. This add-on is
together the most
keeps them from messing up
can have live links, but
appropriate for all PHP
comprehensive set of tools
your precious programming.
your site can become slow as
users, who can benefit from
and shareware utilities on
This tutorial explains how
the script checks the link
the better response time
the CD, and packages them
to use PHPLIB Template in
before displaying the link.
featured by the product. The
with a comprehensive tips
your PHP scripts. Main
Just imagine if you got 100
increase in speed for
and techniques reference
topics include: Using PHPLIB
links to check.
running PHP code
book. Complete
Template, Nested Templates,
reduces the CPU load for the
CD-ROM--Includes all the
and Appending Template Text.
server, and cuts in half
documentation to support the
latency time.
products, all the code in
the book, PHP extension
modules, sample applications
and a C compiler used to
compile PHP code. CD
includes: Red Hat Linux 5.x
operating system; MySQL
database engine; PHP
programming language; code
listings and sample
applications; comprehensive
resource list; all software
documentation.
Date: Feb, 19 2006 Date: Jun, 21 2000 Date: Jul, 07 2000 Date: Jun, 24 2000 |