PDA

View Full Version : [PHP, mySQL, Flash] Parsing an external, two dimensional array



noolan
July 4th, 2006, 09:29 PM
Basicly, I am trying to load a small database into a 2 dimensonal array. I got a lot of help from the tutorial on parsing external arrays (http://www.kirupa.com/developer/mx2004/external_array.htm), but I can't figure out how to adapt it to my site.

I can post some of my code if it's needed but I'm hoping that there is a simple solution that I can't think of.

bwh2
July 6th, 2006, 12:44 PM
post some of your code just so we can get an idea of what you're trying to do.

noolan
July 18th, 2006, 06:36 PM
I found a different way around the problem. Thanks anyways.