This introductory guide
A tutorial dedicated to PHP
PHP, the PHP Hypertext
This introductory guide on
covers a wide range of
arrays and how to use them
Processor, is an open source
PHP explains the definition,
subjects on PHP programming.
as queues, lists, sorters,
server-side scripting
basic structure and date
Some of main topics include:
etc. It uses easy to follow,
language for Web servers,
function of PHP language.
PHP history, PHP 4
executable examples to help
which provides a real
Architecture, Language
you learn these intermediate
alternative to ASP,
Syntax, Embedding PHP Code,
array techniques.
ColdFusion, Mod_Perl or JSP
Dynamic vs. Static Web
if your aim is to provide
pages, Variables, Arrays,
dynamic Web pages. Dynamic
Conditionals and Looping
Web pages are pages which
Constructs, Web Application
interact with the user, so
Features, Working With
that each user visiting the
Cookies, Built-in Variables,
page sees customized
and Database Handling.
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: Aug, 27 2003 Date: Dec, 28 2004 Date: May, 03 2004 Date: Apr, 16 2005 |
This is a very simple
Explain how to manipulate
This tutorial will take you
This article will explain how
tutorial that outlines the
string in php, introducing
through both the IF and the
to build dynamic web pages
four main mathematical
the use of control
IF-Else statement by
with PHP. PHP is a very
functions and how to use
structures, functions and
comparing numbers, although
popular and easy to learn
them. Clearly written with
working with web forms
relativly simple you can
script language. Regardless
the ability to ask questions
expand on them so that you
if you are starting to build
afterwards.
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: Feb, 01 2006 Date: Sep, 30 2004 Date: Dec, 13 2005 Date: Mar, 20 2002 |