|
|
Home »
PHP »
Getting Started
::
Arrays are sets of data which can be defined in a PHP Script. Arrays can contain other arrays inside of them without any problems (called a multidimensional array). Arrays can be referred to as tables, even temporary databases. Making an array is very simple, using the array function.
Related Tutorials
|