This is an introductory
A general introduction to
In this tutorial you will
This tutorial provides some
article on PHP programming.
PHP, what it is, some
learn about PHP Syntax -
technical background on a
Some of main topics covered
benefits it has, how to
Syntax for Writing a script,
LAMP server, database design
include: Variables, Strings,
output text to your pages,
Scripts VS. File and Comments
and normalization of a
Arrays, Comparison
setting variables and a
MySQL
database, and an
Operators, and Control
little more.
approach to developing admin
Structures.
screens for a fictional game
site, as a learn-by-example
application,
illustrating
the issues a
developer should consider
when designing and coding a
php/MySQL database driven
website.
Date: Dec, 06 2000 Date: Dec, 24 2005 Date: May, 26 2006 Date: Aug, 05 2003 |
In Part 1 of this tutorial,
This is a solid introduction
This tutorial introduces some
In this tutorial, you'll
we pretty much covered the
to using PHP's build-in
of the basic programming
learn the basics of PHP.
basics of PHP; what it is,
directory handling
skills required if you are
ALso explained is a typical
its basic data structures,
functions. It includes code
going to try and learn to
situation in which you can
and how it can be used in
examples used to create an
use PHP. We will go over a
use PHP.
web development projects. If
array of filenames based on
little about what PHP is and
you did not read Part 1, you
a directory structure, and
talk about some of the basic
might want to check it out
filtering out different
styles of programming.
before you continue reading.
types of files.
Please understand that
In Part 1, we left off with
this tutorial is part of a
the standard variables type
series, and may change
available in PHP and how PHP
somewhat in the future, as
does automatic type casting
it is a work in progress.
under the hood for your. In
The author trusts that it
Part 2 here, we begin to
will be valuable and
explore some of the more
informative in your learning
advanced features of PHP,
experience.
including Arrays.
Date: May, 11 2006 Date: May, 24 2004 Date: Oct, 09 2006 Date: Feb, 03 2006 |