PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I currently have a page uploading images 2 ways. one of which is a thumbnail to a BLOB file in mySQL. I know that this is not always the best way but for this purpose it fits well.
My problem is that I seem to have got the data in to the DB fine but I cant seem to pull it back out..
The code for the page where I want to retrieve it below and the name of the pictures in the mySQL db is thumb. I want the testimage.jpg to be replaced by the image stored as a BLOB.
can you explain how that would fit in to the code I have pasted above - i think i'm following along but could you show me how it would word in the situation above that I have posted.