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.
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.
Category
📚
Learning