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
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 |