This tutorial will take you
A collection of 14 tips on
This article will explain how
The quickest way to learn PHP
through both the IF and the
PHP string literals,
to build dynamic web pages
is to start using it and see
IF-Else statement by
operations and conversaion.
with PHP. PHP is a very
what happens. This tutorial
comparing numbers, although
Clear explanations and
popular and easy to learn
starts by diving right into
relativly simple you can
tutorial exercises are
script language. Regardless
the good old "Hello
expand on them so that you
provided on single-quoted
if you are starting to build
World" script you may
can run checks on various
strings, double-quoted
your website, or if you are
have seen when learning
things, such as passwords.
strings, string elements,
already a pro, just read on
other languages. Then, it
concatenation, converting
to learn more about dynamic
presents another example
values to strings,
web pages and PHP.
that writes a Tip of the Day
converting strings to
on your Web page using file
values: What Are the
and random functions.
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: Dec, 13 2005 Date: May, 27 2006 Date: Mar, 20 2002 Date: Feb, 16 2000 |
This is an introductory
Learn how to save yourself a
How To Write Your Code As
A beginning programmer's
tutorial for those who
lot of time and make cleaner
Debuggable As Possible
tutorial on what must happen
understand HTML but don't
code using PHP Classes. This
and the order in which it
know much about PHP. It
is the gateway to Object
must happen. An example from
covers the basic concepts
Oriented Programming with
real life. (Programming
such as variables, form
PHP.
language independent).
processing, arrays, if,
loops, comparison and
logical operators,
functions, etc.
Date: Dec, 12 2001 Date: Jan, 27 2003 Date: Feb, 11 2006 Date: Feb, 27 2003 |