Hi all,

I've got a mysql db in which a table called "pictures" holds a list of paths to images on the server.
It looks like this:



Also got a flash front end.
Using php I can output (print) a string to the browser of all the images
uploaded by a certain user or which have been uploaded to a certain gallery.
like this:
&picsToShow=/members/1/images/32.jpg,/members/1/images/33.png,/members/1/images/34.jpg,/members/1/images/35.png,/members/1/images/36.png,/members/1/images/37.png,

But how can I pass that string to the flash front end (which is held in the same page)?

All and any help much appreciated.

Best wishes
Monty