Hi all,
another problem here =(
Well, for start, i’ve a Flash CD Project, so, i cant use PHP+MySQL for database. What i have to do is, i have this CSV table:
A,1,Product 1
A,2,Product 2
B,1,Product 3
B,2,Product 4
Well, there is so much more comas and lines… I’m thinking about do this:
products[1][1][1][1][1] = "Product 1"
products[1][1][1][1][2] = "Product 2"
products[1][1][1][2][1] = "Product 3"
…
Its going to be a big array. There is any better idea on how can i do that?
Thanks in advance
:thumb: