This tutorial will teach you
A tutorial dedicated to PHP
PHP, the PHP Hypertext
This is a very simple
the basics of the PHP
arrays and how to use them
Processor, is an open source
tutorial that outlines the
language -- looping,
as queues, lists, sorters,
server-side scripting
four main mathematical
variables, forms, etc. It
etc. It uses easy to follow,
language for Web servers,
functions and how to use
does not venture into
executable examples to help
which provides a real
them. Clearly written with
functions, arrays, objects,
you learn these intermediate
alternative to ASP,
the ability to ask questions
or database/file
array techniques.
ColdFusion, Mod_Perl or JSP
afterwards.
manipulation.
if your aim is to provide
dynamic Web pages. Dynamic
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: Mar, 23 2005 Date: Dec, 28 2004 Date: May, 03 2004 Date: Feb, 01 2006 |
Explain how to manipulate
This introductory guide on
This tutorial will take you
Basic introduction to the
string in php, introducing
PHP explains the definition,
through both the IF and the
mail() function and testing
the use of control
basic structure and date
IF-Else statement by
if email was sent.
structures, functions and
function of PHP language.
comparing numbers, although
working with web forms
relativly simple you can
expand on them so that you
can run checks on various
things, such as passwords.
Date: Sep, 30 2004 Date: Apr, 16 2005 Date: Dec, 13 2005 Date: Feb, 05 2006 |