Helps you create your very
This article will explain how
A collection of 14 tips on
The quickest way to learn PHP
first fully working php
to build dynamic web pages
PHP string literals,
is to start using it and see
script. using basic php
with PHP. PHP is a very
operations and conversaion.
what happens. This tutorial
parsing and the print
popular and easy to learn
Clear explanations and
starts by diving right into
function.
script language. Regardless
tutorial exercises are
the good old "Hello
if you are starting to build
provided on single-quoted
World" script you may
your website, or if you are
strings, double-quoted
have seen when learning
already a pro, just read on
strings, string elements,
other languages. Then, it
to learn more about dynamic
concatenation, converting
presents another example
web pages and PHP.
values to strings,
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: Nov, 24 2005 Date: Mar, 20 2002 Date: May, 27 2006 Date: Feb, 16 2000 |
This is an introductory
Learn how to save yourself a
A beginning programmer's
How To Write Your Code As
tutorial for those who
lot of time and make cleaner
tutorial on what must happen
Debuggable As Possible
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, 27 2003 Date: Feb, 11 2006 |