Web Development with PHP &MySQL Tutorial-5-Index Arrays

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

Web Development with PHP &MySQL Tutorial-5-Index Arrays

W
WEB Development Trainer

2 Views • Mar 24, 2018

Description

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.