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
Provides information on php
Learn the basics of using
with phpinfo(). This will
fundamental basics of PHP.
functions. With step by step
Object Oriented Programming
show you lots of useful data
The tutorial starts with a
code to help your create and
in PHP to build and extend a
including a large amount of
little history about PHP and
understand basic functions.
class to make a website.
information about the
how to install your home
current state of PHP. This
server. After that it
includes information about
quickly moves on to PHP
PHP compilation options and
syntax, variables, loops,
extensions, the PHP version,
if-statement, arrays and
server information and
much more. It contains many
environment (if compiled as
examples to give aid during
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: Sep, 23 2005 |