>
> <image start: jpeg>
> </image>
>
use this:
echo '<img src="'.mysql_result($conn, 0, 0).'" alt="">';
where "0,0" is the result-set index for your mysql field. you might
use other mysql functions of course, but the place to put the output
in is the same
the html-source code will look like it is only a normal image path,
but the server sends the binary data too
hope that helps
Maik
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]