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 |
This introductory guide on
Explain how to manipulate
This tutorial will take you
This article will explain how
PHP explains the definition,
string in php, introducing
through both the IF and the
to build dynamic web pages
basic structure and date
the use of control
IF-Else statement by
with PHP. PHP is a very
function of PHP language.
structures, functions and
comparing numbers, although
popular and easy to learn
working with web forms
relativly simple you can
script language. Regardless
expand on them so that you
if you are starting to build
can run checks on various
your website, or if you are
things, such as passwords.
already a pro, just read on
to learn more about dynamic
web pages and PHP.
Date: Apr, 16 2005 Date: Sep, 30 2004 Date: Dec, 13 2005 Date: Mar, 20 2002 |