26376PHP: Arrayshttp://www.webcheatsheet.com/php/arrays.phpArrays can most easily be described as an ordered list of elements. You can access the individual elements by referring to their index position within the array. The position is either specified numerically or by name. An array with a numeric index is commonly called an indexed array while one that has named positions is called an associative array. In PHP, all arrays are associative, but you can still use a numeric index to access themPHP > Tips and Tutorials > Introduction to PHPOct 15, 2006WebCheatSheet
Ok, so from the prototype above, we can see the function explode() (a function is denoted by the () after the name as this is where you put any parameters) will create an array (oh the joy):
The next question probably going through your head is, 'How is something true?'. Well there is a selection of 'operators' which create this part of the statement. Below is a list of the most popular operators used. It is by no means complete and I'm sure that is more out there!
What is PHP? PHP is a web programming language used to write dynamic webpages. In this tutorial you will learn basics of PHP. I will assume you already know a bit about programming language so I won't cover the whole thing.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.