php, mysql, flash
Posted: Sat Jun 07, 2008 9:39 am
Sorry if this isn't where I'm supposed to put this, first time on this forum, but my question pertains mainly to the php code of my app.
I have a database in MySQL that has a field that contains binary data for pictures that have been uploaded via a flash interface to the server.
I also want my flash interface to be able to view pictures receieved from the server. So the question is, I want to display 20 pictures at a time. Can I select 20 rows and then have php return all 20 at the same time in a way that can be parsed in flash? Or should I just make a loop in flash to call the retrieve script 20 times?
Thanks!
Kyle
I have a database in MySQL that has a field that contains binary data for pictures that have been uploaded via a flash interface to the server.
I also want my flash interface to be able to view pictures receieved from the server. So the question is, I want to display 20 pictures at a time. Can I select 20 rows and then have php return all 20 at the same time in a way that can be parsed in flash? Or should I just make a loop in flash to call the retrieve script 20 times?
Thanks!
Kyle