|
Posted by Georgi Ivanov on 06/27/05 16:19
/*Fetch the image :*/
$res=mysql_query("select picture from pics_table where id=1") or die("err");
$line=mysql_fecth_array($res);
/*Send headers*/
header("content-type: image/png");
echo $line[picture];
On Monday 27 June 2005 15:38, Bagus Nugroho wrote:
> Hi All,
>
> I'm looking for tutorial/template/code, how to display a picture on web
> pages which the picture is stored on MySQl database.
>
>
> Thanks in advance,
> regards
Navigation:
[Reply to this message]
|