Editing files online with a
Learn the fundamentals of
Trying to decide which
Returns an array of strings,
textarea.
session variables, and some
server-side script is best
each of which is a substring
popular uses for them.
for you? Get the scoop on
of string formed by
Also, touches upon random
PHP from the master herself,
splitting it on boundaries
password generation.
Julie Meloni in this special
formed by the string
hands-on tutorial. It covers
separator. If limit is set,
a brief introduction to PHP,
the returned array will
system requirement, and a
contain a maximum of limit
couple of example codes.
elements with the last
element containing the rest
of string.
Date: Feb, 11 2006 Date: Jan, 29 2005 Date: Jun, 30 2000 Date: Aug, 05 2006 |
Testing your PHP Enviroment
An easy tutorial to learn the
Provides information on php
This tutorial is a starting
with phpinfo(). This will
fundamental basics of PHP.
functions. With step by step
point to Object orientated
show you lots of useful data
The tutorial starts with a
code to help your create and
programming (OOP) which is a
including a large amount of
little history about PHP and
understand basic functions.
commonly used term when
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: Nov, 24 2005 Date: Jan, 31 2006 |