I'm working on a PHP script to hold a lot of information. Lets try to explain our situation!
I have actually 33 different stations. For each of that 33 stations I have 5 different categories. And for each of that 33 stations with each 5 different categories i have 37 different values per category.
Do I need an 2d of 3d array for store this information in it ?
Thanks you!