Visit the Official PHP Website

Search this Site

PHP Programming

By James N Hitz

Lesson 3

This is a third in a series of lessons that are trying to unearth the potential of PHP. The author has tried to make the material as simple as possible for non-programmers. As sited at the beginning, there is a short, precise PHP tutorial for Programmers.

So far we have covered the following PHP Basics:

In Lesson 1 we covered: What PHP is, Where to get PHP, PHP as compared to Perl, "escaping" PHP, escaping special characters and the "here" document.

In Lesson 2 we covered: PHP variables, PHP operators, Type Juggling, Special PHP variables and String Concatenation.

In this lesson, we embark into the world of arrays. Welcome.

<< Lesson 2 | PHP Arrays >>

JamHitz Productions