php blob - display in html table

From: adam (adamnichols45_at_hotmail.com)
Date: 11/16/04


Date: 16 Nov 2004 13:07:58 -0800

Hi, I have an issue that i just cant seem to figure out hope some one
can help.

right i am getting people to input the own images directly into a blob
within a mysql database. then on the next page i want to display the
image with in a nicely formatted html table so i can put the image
where i choose on the page

*this code is only putting the image on the top of the page and wont
let me output any other text etc*

here is the code to display the blog image file-
<?php

$id;

    // you may have to modify login information for your database
server:
    @MYSQL_CONNECT("localhost","root","admin");

    @mysql_select_db("tablename");

    $query = "select bin_data from binary_data where id=$id";
    $result = @MYSQL_QUERY($query);

    $data = @MYSQL_RESULT($result,"bin_data");

    echo $data;

?>
<html>
<head>
        <title>Untitled</title>
</head>

<body>

</body>
</html>

Please i am most grateful to any one that can help best regards adam



Relevant Pages

  • Re: cant get more than 800x600 ;(
    ... cant get more than 800x600;( ... In my experience "xfix" seems always to work; glad it did for you too. ... Do you actually have "nvidia" as the video ... resolution on my monitor is to add the subsection Display to ...
    (Ubuntu)
  • Tech: Bally Solenoid Driver Board (Guidance Needed) Part Two
    ... night and now I cant find it. ... All voltages on solenoid board TPs checked out fine, ... Plugged in all cables one by one, and player 1 display, cycling ... then pop goes the HV fuse. ...
    (rec.games.pinball)
  • Re: Tech: Bally Solenoid Driver Board (Guidance Needed) Part Two
    ... night and now I cant find it. ... All voltages on solenoid board TPs checked out fine, ... Plugged in all cables one by one, and player 1 display, cycling ... then pop goes the HV fuse. ...
    (rec.games.pinball)
  • Re: php blob - display in html table
    ... adam wrote: ... I have an issue that i just cant seem to figure out hope some one ... > image with in a nicely formatted html table so i can put the image ... There was a thread a while ago, on how to mix html and binary imagedata. ...
    (comp.lang.php)
  • unable to install VGA controller (vga compatible) driver
    ... im trying to install ATI Technologies Inc. display ... software update released on March 30 but i cant seem to ... find the driver online. ...
    (microsoft.public.windowsxp.hardware)