Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7924369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:43:06+00:00 2026-06-03T17:43:06+00:00

A database has stored an image as binary. I’m looking to convert it back

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:43:08+00:00Added an answer on June 3, 2026 at 5:43 pm

    Simply select the data from the database and put it in the variable $image_data_from_database

    Save to file:

    <?php
        file_put_contents("image.jpg", $image_data_from_database);
    ?>
    

    or display the image in-place:

    <?php
        header('Content-Type: image/jpeg');
        echo $image_data_from_database;
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a MySQL database that stores image information. Right now it only has
We have a SQL Server 2008 database that has stored procedures to handle reads/writes/etc.
My MySQL database has date of birth stored in the format yyyy-mm-dd, how do
I have a setting stored in database which has a value .jpg|.gif|.png . I
I've got an old application that has user passwords stored in the database with
Data that is stored in my mysql database, has the breaks of text input
I am trying to retrieve an image that is stored in a database.. I
before uploading an image, system has to know uploading path. Image path is generated
I have a database table A which stores records, A has a primary key
I am using an sqlite database to store log data. My table has a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.