Editing files online with a
Learn the fundamentals of
Returns an array of strings,
Trying to decide which
textarea.
session variables, and some
each of which is a substring
server-side script is best
popular uses for them.
of string formed by
for you? Get the scoop on
Also, touches upon random
splitting it on boundaries
PHP from the master herself,
password generation.
formed by the string
Julie Meloni in this special
separator. If limit is set,
hands-on tutorial. It covers
the returned array will
a brief introduction to PHP,
contain a maximum of limit
system requirement, and a
elements with the last
couple of example codes.
element containing the rest
of string.
Date: Feb, 11 2006 Date: Jan, 29 2005 Date: Aug, 05 2006 Date: Jun, 30 2000 |
Testing your PHP Enviroment
An easy tutorial to learn the
This tutorial is a starting
Provides information on php
with phpinfo(). This will
fundamental basics of PHP.
point to Object orientated
functions. With step by step
show you lots of useful data
The tutorial starts with a
programming (OOP) which is a
code to help your create and
including a large amount of
little history about PHP and
commonly used term when
understand basic functions.
information about the
how to install your home
discussing modern
current state of PHP. This
server. After that it
programming techniques. One
includes information about
quickly moves on to PHP
of the things that makes
PHP compilation options and
syntax, variables, loops,
humans stand out is the
extensions, the PHP version,
if-statement, arrays and
ability to categorise - we
server information and
much more. It contains many
put objects into categories
environment (if compiled as
examples to give aid during
of similar type of function.
a module), the PHP
learning.
environment, OS version
information, paths, master
and local values of
configuration options, HTTP
headers, and the PHP License.
Date: Nov, 24 2005 Date: Jul, 02 2005 Date: Jan, 31 2006 Date: Nov, 24 2005 |