PHP, the PHP Hypertext
This introductory guide on
This is a very simple
Explain how to manipulate
Processor, is an open source
PHP explains the definition,
tutorial that outlines the
string in php, introducing
server-side scripting
basic structure and date
four main mathematical
the use of control
language for Web servers,
function of PHP language.
functions and how to use
structures, functions and
which provides a real
them. Clearly written with
working with web forms
alternative to ASP,
the ability to ask questions
ColdFusion, Mod_Perl or JSP
afterwards.
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: May, 03 2004 Date: Apr, 16 2005 Date: Feb, 01 2006 Date: Sep, 30 2004 |
This tutorial will take you
Basic 'Users Online' tutorial
This introductory guide
This article will explain how
through both the IF and the
for forums or communities.
covers a wide range of
to build dynamic web pages
IF-Else statement by
subjects on PHP programming.
with PHP. PHP is a very
comparing numbers, although
Some of main topics include:
popular and easy to learn
relativly simple you can
PHP history, PHP 4
script language. Regardless
expand on them so that you
Architecture, Language
if you are starting to build
can run checks on various
Syntax, Embedding PHP Code,
your website, or if you are
things, such as passwords.
Dynamic vs. Static Web
already a pro, just read on
pages, Variables, Arrays,
to learn more about dynamic
Conditionals and Looping
web pages and PHP.
Constructs, Web Application
Features, Working With
Cookies, Built-in Variables,
and Database Handling.
Date: Dec, 13 2005 Date: Feb, 11 2006 Date: Aug, 27 2003 Date: Mar, 20 2002 |