|
Control structures are some
If else statements have been
This tutorial is a follow-on
If you want to have more
of the coolest things in
proven to be some of the
to the Introduction to If
control over your scripts,
PHP. They take a lot of the
most valuable functions in
Else Statements - Part 1.
the output buffering
work off of your shoulders
PHP. This tutorial is a good
Here we show you how to
functions are the way to go.
and place the burden on the
simple introduction that
exercise your mind utilizing
Anything from error handling
language itself. They are
spells it all out for you.
If Else Statements to build
to multiple header()
especially useful for making
an online 5 star rating
commands in a single
sites where you need to make
system that allows users to
document. Not only does
a page do something over and
vote on your content.
output buffering offer a
over again. A simple looping
powerful API for handling
statement, when used
content, you can also
correctly, can pull all of
compress data before its
that information for you and
sent to the browser.
do it over and over again,
thus making a large page
like that a breeze. This
article explains how to use
these control structures and
what each should be used for.
Date: Sep, 07 2000 Date: Jul, 25 2002 Date: Jul, 25 2002 Date: Feb, 27 2003 |
|
Anyone that has to do a large
Part II of III. Includes
Part II of III. Includes
Need to limit how long a
sum of unusual data
discussion of Many to Many
discussion of Many to Many
string is? This tutorial
manipulation will always
relationships, OOP, PHP
relationships, SQL Joins,
will show you how.
choose to use regular
Documentor, using classes,
OOP, PHP Documentor, using
expressions ('regex') over
and emitting Javascript with
classes, and emitting
native functions because of
PHP.
The series was
Javascript with PHP.
one thing: power. In PHP the
originally titled: LAMP,
'ereg_' functions are what
MySQL/PHP Database driven
utilize ERE POSIX, and the
website design and
'preg_' functions utilize
development, and the
PCRE. In this 'introduction
List-Detail-Post paradigm.
to regular expressions' the
We're shortening from here
author will assume no prior
out.
knowledge of regex, and will
try to give you the most
thorough explanation of this
powerful tool as possible.
Date: Feb, 27 2003 Date: Apr, 25 2005 Date: Apr, 27 2005 Date: Aug, 26 2002 |