Create associative multi-dimensional array
- by Mike
Hi,
I have 3 variables, each one holding a different information and send values from a text file dynamicaly. I want to put them in a Associative multi-dimensional array.
let's say :
$product sends car, truck, train, etc.
$price sends 1000, 3000, 1500, etc.
$year sends 1997, 1980, 2008, etc.
How to create a function which generates an array…