Decimal to binary PHP extract binary image processing code from database

Source: Internet
Author: User
Tags decimal to binary
image.php file

Copy the Code code as follows:


$c or Die ("Server connection Error!"); Link Database
@mysql_select_db ("Upload", $conn) or Die ("Database not Found!");
$query = "SELECT * from Upfile where ftag= $fn";
$result =mysql_query ($query);
if (! $result) die ("Error:mysql query");
$num =mysql_num_rows ($result);
if ($num <1) die ("Error:no this recorder");
$data = mysql_result ($result, 0, "picture");
Header ("Content-type:image/jpeg", true);
Echo $data;
?>


Above is the picture extraction
Front Desk Display file

Copy the Code code as follows:


">

The above describes the decimal to binary PHP from the database to extract binary images of the processing code, including the decimal to binary aspects of the content, I hope the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.