# Flash CD - Database?

**URL:** https://forum.kirupa.com/t/flash-cd-database/208311
**Category:** flash
**Created:** [November 27, 2006, 3:11pm UTC](https://forum.kirupa.com/t/flash-cd-database/208311 "2006-11-27T15:11:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Balala](https://avatars.discourse-cdn.com/v4/letter/b/df705f/32.png) [@Balala](https://forum.kirupa.com/u/Balala)
#### Post date: [November 27, 2006, 3:11pm UTC](https://forum.kirupa.com/t/flash-cd-database/208311/1 "2006-11-27T15:11:38Z")

</div>

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:

```auto
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:

```auto
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:
