The quickest way to learn PHP
Basic introduction to the
Helps you create your very
This is an introductory
is to start using it and see
mail() function and testing
first fully working php
tutorial for those who
what happens. This tutorial
if email was sent.
script. using basic php
understand HTML but don't
starts by diving right into
parsing and the print
know much about PHP. It
the good old "Hello
function.
covers the basic concepts
World" script you may
such as variables, form
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: Feb, 05 2006 Date: Nov, 24 2005 Date: Dec, 12 2001 |
A collection of 14 tips on
Learn how to save yourself a
A beginning programmer's
Various PHP tutorials,that
PHP string literals,
lot of time and make cleaner
tutorial on what must happen
are written to be simple to
operations and conversaion.
code using PHP Classes. This
and the order in which it
understand.A great source
Clear explanations and
is the gateway to Object
must happen. An example from
for other topics
tutorial exercises are
Oriented Programming with
real life. (Programming
too(CSS,adobe
provided on single-quoted
PHP.
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: May, 27 2006 Date: Jan, 27 2003 Date: Feb, 27 2003 Date: Apr, 16 2005 |