In this tutorial we will be
There are a lot of tutorials
I ran into a lot of problems
This is a solid introduction
discussing how if-statements
out there that tell you
when i was first
learning
to using PHP's build-in
and loops work, the types of
about some basic PHP stuff;
PHP. It seemed that every
directory handling
loops we will be discussing
however, none of them tell
book told
you how to do
functions. It includes code
are while, do while and for.
you how to take it to the
this, but never how to
examples used to create an
Also we will show you an
next level. In this tutorial
utilize
what you just
array of filenames based on
example of how you can
I explain how you can learn
learned. So, I will try and
a directory structure, and
implent this in your
PHP quickly.
make
it a little more
filtering out different
beginning site to make it
simple.
types of files.
more dynamic.
Date: Aug, 08 2004 Date: Aug, 06 2004 Date: Jul, 05 2004 Date: May, 24 2004 |
PHP, the PHP Hypertext
Learn how to make loops using
This is an introduction to
Echo is one of the basic
Processor, is an open source
while(), in this tutorial it
the PHP web development
functions in PHP, you should
server-side scripting
include a sample showing you
language. Focuses on the
get acquainted with it if
language for Web servers,
how to make it print the
"meat &
you want to learn PHP.
which provides a real
numbers 1 - 10 on seperate
potatoes" of the
alternative to ASP,
lines! its a good starting
language, and assumes the
ColdFusion, Mod_Perl or JSP
point for any beginner.
user has little experience
if your aim is to provide
with web development
dynamic Web pages. Dynamic
languages.
Web pages are pages which
interact with the user, so
that each user visiting the
page sees customized
information - which may vary
each time and which may be
based on a form they've just
filled in, or on information
extracted from a database or
some other external source.
Typical applications include
e-commerce, online
newspapers, visitors' books,
ticketing systems, project
management, and other
groupware projects. The
traditional way to produce
this type of dynamic page is
via CGI scripts, but these
are separate programs which
must be executed as a new
process for each page hit,
so they scale badly and
rapidly become memory and
processor hogs as server
load increases...
Date: May, 03 2004 Date: Apr, 22 2004 Date: Mar, 22 2004 Date: Dec, 18 2003 |