A database has stored an image as binary. I’m looking to convert it back to a JPEG in PHP. Does anyone know how this might be accomplished?
I’m aware this might be something that I can find through Google but I have not yet tracked down an answer and thought it would be best to hedge my bets and ask a question here.
If I find out before I get a response, I will post the solution here.
Simply select the data from the database and put it in the variable $image_data_from_database
Save to file:
or display the image in-place: