Skip to playerSkip to main content
  • 8 years ago
Web Development with PHP &MySQL Tutorial-5-Index Arrays

An Array is a special variable which can hold more than one values at a time.

Index
Associative and Multidimensional are types of Arrays in PHP

Index Arrays- Arrays contains to Numeric index
Associative Arrays- Where each array value contains to key and value.

Multidimensional Arrays- Arrays which contains to more than one Arrays.
Be the first to comment
Add your comment

Recommended