|
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
This article will explain how
This is an introductory
The quickest way to learn PHP
through both the IF and the
to build dynamic web pages
tutorial for those who
is to start using it and see
IF-Else statement by
with PHP. PHP is a very
understand HTML but don't
what happens. This tutorial
comparing numbers, although
popular and easy to learn
know much about PHP. It
starts by diving right into
relativly simple you can
script language. Regardless
covers the basic concepts
the good old "Hello
expand on them so that you
if you are starting to build
such as variables, form
World" script you may
can run checks on various
your website, or if you are
processing, arrays, if,
have seen when learning
things, such as passwords.
already a pro, just read on
loops, comparison and
other languages. Then, it
to learn more about dynamic
logical operators,
presents another example
web pages and PHP.
functions, etc.
that writes a Tip of the Day
on your Web page using file
and random functions.
Date: Dec, 13 2005 Date: Mar, 20 2002 Date: Dec, 12 2001 Date: Feb, 16 2000 |