|
This tutorial is a starting
Testing your PHP Enviroment
The basic use of single and
This elementary tutorial
point to Object orientated
with phpinfo(). This will
double quoted strings in
describes how to search an
programming (OOP) which is a
show you lots of useful data
PHP, which to use when and
array to see if a specific
commonly used term when
including a large amount of
the general difference
item lies in it. In the
discussing modern
information about the
between the two.
tutorial, we create an array
programming techniques. One
current state of PHP. This
of strings such as
of the things that makes
includes information about
"Apple" and
humans stand out is the
PHP compilation options and
"Orange" then show
ability to categorise - we
extensions, the PHP version,
you how to use PHP to find
put objects into categories
server information and
out that "Apple"
of similar type of function.
environment (if compiled as
is in the array but
a module), the PHP
"Monkey" is not.
environment, OS version
This can be useful in PHP
information, paths, master
programs if you have a
and local values of
collection of items (perhaps
configuration options, HTTP
that a user has entered) and
headers, and the PHP License.
you want to know if a
certain item is in that
collection.
Date: Jan, 31 2006 Date: Nov, 24 2005 Date: Dec, 10 2004 Date: Dec, 10 2006 |
|
A collection of 19 tips on
In this tutorial you will
A general introduction to
In this tutorial you will
manipulating PHP strings.
learn about PHP Syntax -
PHP, what it is, some
learn:
* How to use loops
Clear answers are provided
Syntax for Writing a script,
benefits it has, how to
in PHP
* How to use
with tutorial exercises on
Scripts VS. File and Comments
output text to your pages,
forms
* Using arrays
*
string functions including
setting variables and a
Using sessions
strlen, trim, substr, chop,
little more.
strpos, strcmp, split, etc
Date: Jun, 07 2006 Date: May, 26 2006 Date: Dec, 24 2005 Date: Aug, 09 2005 |