Re: [PHP] Displaying an image, that is pulled from a DB, inline

2001-02-22 Thread Christian Reiniger
On Wednesday 21 February 2001 17:09, Chris Lee wrote: > dspimage.inc > index.php > echo " > > "; > ?> Note: better name that to dspimage.php, as webservers typically don't execute *.inc -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) I saw God - and she w

Re: [PHP] Displaying an image, that is pulled from a DB, inline

2001-02-22 Thread Chris Lee
dspimage.inc index.php "; ?> -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 ""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is it possible to pull an image, stored as bin

[PHP] Displaying an image, that is pulled from a DB, inline

2001-02-21 Thread Boget, Chris
Is it possible to pull an image, stored as binary data in a mySQL table, and display it on a page inline? So it acts as if the image was pulled from the file system normally? If it is possible, could you point me to some online resources that would give information on how this is done? I've trie