I have an image stored as a blob in an MySQL database. Now I want to get this image over to my iOS app so that I could present it on the app.
- How to use the blob in the PHP and how to return it when a request is made?
- What code should I use to fetch the picture from the server?
Any example / tutorial / answer would really help, so thanks in advanced!