This article will explain how
This is an introductory
Learn how to save yourself a
Basic introduction to the
to build dynamic web pages
tutorial for those who
lot of time and make cleaner
mail() function and testing
with PHP. PHP is a very
understand HTML but don't
code using PHP Classes. This
if email was sent.
popular and easy to learn
know much about PHP. It
is the gateway to Object
script language. Regardless
covers the basic concepts
Oriented Programming with
if you are starting to build
such as variables, form
PHP.
your website, or if you are
processing, arrays, if,
already a pro, just read on
loops, comparison and
to learn more about dynamic
logical operators,
web pages and PHP.
functions, etc.
Date: Mar, 20 2002 Date: Dec, 12 2001 Date: Jan, 27 2003 Date: Feb, 05 2006 |
Helps you create your very
A collection of 14 tips on
A beginning programmer's
Various PHP tutorials,that
first fully working php
PHP string literals,
tutorial on what must happen
are written to be simple to
script. using basic php
operations and conversaion.
and the order in which it
understand.A great source
parsing and the print
Clear explanations and
must happen. An example from
for other topics
function.
tutorial exercises are
real life. (Programming
too(CSS,adobe
provided on single-quoted
language independent).
PS,Golive,Apache,html,ect)
strings, double-quoted
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: Nov, 24 2005 Date: May, 27 2006 Date: Feb, 27 2003 Date: Apr, 16 2005 |