|
Some pointers to debugging
If you want to have more
Anyone that has to do a large
Need to build an online
your code along with a few
control over your scripts,
sum of unusual data
shopping cart in a hurry?
hints on how to avoid making
the output buffering
manipulation will always
This article takes a look at
silly mistakes in your code.
functions are the way to go.
choose to use regular
session management, an
Anything from error handling
expressions ('regex') over
important component of
to multiple header()
native functions because of
transaction-based Web sites,
commands in a single
one thing: power. In PHP the
and explains the
document. Not only does
'ereg_' functions are what
fundamentals of adding
output buffering offer a
utilize ERE POSIX, and the
session support to your
powerful API for handling
'preg_' functions utilize
site. Examples in PHP4 and
content, you can also
PCRE. In this 'introduction
PHP3 with PHPLib.
compress data before its
to regular expressions' the
sent to the browser.
author will assume no prior
knowledge of regex, and will
try to give you the most
thorough explanation of this
powerful tool as possible.
Date: Apr, 19 2005 Date: Feb, 27 2003 Date: Feb, 27 2003 Date: May, 10 2000 |
|
Part II of III. Includes
This from IBM developerWorks,
If else statements have been
For many years, arrays have
discussion of Many to Many
targets the PHP developer
proven to be some of the
been used to logically store
relationships, SQL Joins,
who already understands PHP,
most valuable functions in
and sequence data. They have
OOP, PHP Documentor, using
but either wants to write
PHP. This tutorial is a good
also been the point of
classes, and emitting
more efficient PHP code or
simple introduction that
confusion for many
Javascript with PHP.
wants to improve the
spells it all out for you.
developers. This article
performance of existing PHP
will talk about the
applications. Requires
structure of arrays and how
registration to read the
you can create and
article on the IBM
manipulate arrays with the
developerWorks site.
PHP scripting language.
Date: Apr, 27 2005 Date: Feb, 12 2003 Date: Jul, 25 2002 Date: Dec, 26 2001 |