The quickest way to learn PHP
This is an introductory
Basic introduction to the
Learn how to save yourself a
is to start using it and see
tutorial for those who
mail() function and testing
lot of time and make cleaner
what happens. This tutorial
understand HTML but don't
if email was sent.
code using PHP Classes. This
starts by diving right into
know much about PHP. It
is the gateway to Object
the good old "Hello
covers the basic concepts
Oriented Programming with
World" script you may
such as variables, form
PHP.
have seen when learning
processing, arrays, if,
other languages. Then, it
loops, comparison and
presents another example
logical operators,
that writes a Tip of the Day
functions, etc.
on your Web page using file
and random functions.
Date: Feb, 16 2000 Date: Dec, 12 2001 Date: Feb, 05 2006 Date: Jan, 27 2003 |
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 |