Dynamic Content and PHP

I am trying to use an imported set of data that will be brought in via PHP and then creating dynamic content with the data. It would be nice to be able to import external data from a php (mySql) query directly into an object but i have not found a way to do this.

I have looked into PHPObject and successfully been able to import a string of data (but not a multidimentional array) and utilize it. the difficulty with this is that I have very little understanding of the this[] and eval() methods used to actually place this data in a reasonable format.

does anyone have any recommendations on how i could best and most efficiently import either an object, or multidimensional array into flash?

thanks in advance.