This is an introductory
array_fill() fills an array
You should encode string
Provides information on php
tutorial for those who
with num entries of the
values while passing in an
functions. With step by step
understand HTML but don't
value of the value
querystring. We use
code to help your create and
know much about PHP. It
parameter, keys starting at
UrlEncode to Returns a
understand basic functions.
covers the basic concepts
the start_index parameter.
string in which all
such as variables, form
Note that num must be a
non-alphanumeric characters
processing, arrays, if,
number greater than zero, or
except -_. have been
loops, comparison and
PHP will throw a warning. .
replaced with a percent (%)
logical operators,
sign followed by two hex
functions, etc.
digits and spaces encoded as
plus (+) signs.
Date: Dec, 12 2001 Date: Sep, 12 2006 Date: Oct, 14 2006 Date: Nov, 24 2005 |
This is a Basic Introduction
If you are new to PHP, this
A collection of 19 tips on
A collection of 14 tips on
to PHP, from explaining what
is for you. Here you will
manipulating PHP strings.
PHP string literals,
PHP is and does to creating
learn how to create and run
Clear answers are provided
operations and conversaion.
your very first script!
a PHP web page for the first
with tutorial exercises on
Clear explanations and
time.
string functions including
tutorial exercises are
strlen, trim, substr, chop,
provided on single-quoted
strpos, strcmp, split, etc
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, 12 2005 Date: Apr, 18 2005 Date: Jun, 07 2006 Date: May, 27 2006 |