
php arrays
What is an array, array in php is a variable which can store many values, there are three types of php arrays
Numeric array : array with a numeric index
Assosiative array : array where their values indexed with specific ID
Multidimensional...