Hey again.. I'm creating an application in Android on which I make an HTTP POST to a PHP.
In that PHP I select some pictures from my database according to some keywords and a date range.
The result of that query should be the picture itself which I want the PHP to post back to the Android.
Ps: The pictures are stored in my server, and the only thing that the database stores is the link to them.
I'd like to try sending the link with PHP to Android, I think it will work to make the Android retrieve the picture from the link.
But to be easier I'd prefer the PHP to end the picture itself. MAybe sending a header? I'm not sure how to work with content_types :/