This tutorial will teach you
Basic introduction to the
Helps you create your very
A collection of 14 tips on
the basics of the PHP
mail() function and testing
first fully working php
PHP string literals,
language -- looping,
if email was sent.
script. using basic php
operations and conversaion.
variables, forms, etc. It
parsing and the print
Clear explanations and
does not venture into
function.
tutorial exercises are
functions, arrays, objects,
provided on single-quoted
or database/file
strings, double-quoted
manipulation.
strings, string elements,
concatenation, converting
values to strings,
converting strings to
values: What Are the
Special Characters You Need
to Escape in Quoted
Stings?
Can You Specify the
"new line"
Character in Single-Quoted
Strings?
How Many Escape
Sequences Are Recognized in
Quoted Strings?
How Many
Escape Sequences Are
Recognized in Double-Quoted
Strings?
How To Include
Variables in Double-Quoted
Strings?
How Many Ways to
Include Variables in
Double-Quoted Strings?
How
Many Ways to Include Array
Elements in Double-Quoted
Strings?
How To Access a
Specific Character in a
String?
How To Assigning a
New Character in a
String?
How To Concatenate
Two Strings Together?
......
Date: Mar, 23 2005 Date: Feb, 05 2006 Date: Nov, 24 2005 Date: May, 27 2006 |
PHP, the PHP Hypertext
A tutorial dedicated to PHP
This is a very simple
Explain how to manipulate
Processor, is an open source
arrays and how to use them
tutorial that outlines the
string in php, introducing
server-side scripting
as queues, lists, sorters,
four main mathematical
the use of control
language for Web servers,
etc. It uses easy to follow,
functions and how to use
structures, functions and
which provides a real
executable examples to help
them. Clearly written with
working with web forms
alternative to ASP,
you learn these intermediate
the ability to ask questions
ColdFusion, Mod_Perl or JSP
array techniques.
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: Dec, 28 2004 Date: Feb, 01 2006 Date: Sep, 30 2004 |