On 3/6/2013 4:46 PM, georg wrote:
> Hi,
> 
> have a problem getting a picture stored and retreived by ODBC in PHP to
> get rendered,
> it comes as a golliable flush of nonsens characters
> 
> anyone has a clue, or a deferral to a good PHP forum
> 
> tnx
> 
> Georg
> 

You've acknowledged already that you are asking the wrong list, so that
need not be said again.

Storing images in a database is a bad idea. Don't do it. Store the
images on the filesystem. (The output is garbled because the user-agent
hasn't been given the MIME-type, which is unrelated to the fact that
you're storing the images in a database.)

Further questions should be directed at a PHP list or forum. There are
plenty of them; you might use a search engine.

-Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to