The way you have it now, ur just storing the path to
the gif. from the form field, use
then in the insert area use:
$result = mysql_query("insert into (filename) VALUES
('$file')")
James
--- Yui Hiroaki <[EMAIL PROTECTED]> wrote:
> HI!
>
> I am using PHP in mySQL. I create table in datab
HI!
I am using PHP in mySQL. I create table in database and insert
'binary'(*.gif).
But I do not know how to use this binary using PHP and show website. Please
help me.
$)create table xxx (col longlob);
$)insert into xxx values("image\yyy.gif");
I want to display :yyy.gif in html
Th