$data = mysql_query("select <blob_column_name> from <table name>");
while ($d = mysql_fetch_array($data)) {
        echo $d['<blob_column_name>']."<br>";
}

.. or something like that. 

-Micah 

On Tuesday 16 March 2004 05:16 pm, Ng Hwee Hwee wrote:
> hi,
>
> i've read the blob document in MySQL manual and i know it is similar to a
> text field and can store large amount of binary data..however, in
> phpMyAdmin 2.5.4,  i can't see the contents of my blob fields... how do you
> view it?
>
> sorry for my ignorance..
>
> hwee
>
> ----- Original Message -----
> From: "JeRRy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 16, 2004 1:27 PM
> Subject: Re: [PHP-DB] BLOB
>
> > Whoa, watch what your saying here because your well
> > off the ball here.  For everyone else who is not aware
> > BLOB is zilch security.  The details in a BLOB field
> > is viewable easy enough.  Please read about BLOB on
> > the mysql website that I listed to you, read it very
> > carefully, obviously you did not even read a line of
> > it.  Because the first few paragraphs tells you what
> > it is, similar to a text field if you read it.  Please
> > read links people send to you, otherwise why should we
> > bother wasting our time replying if you can't take the
> > courtesy to read what we type?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to