You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by georg <ge...@telia.com> on 2013/03/06 22:46:09 UTC

[users@httpd] PHP list issues

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 


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


Re: [users@httpd] PHP list issues

Posted by Ben Johnson <be...@indietorrent.org>.

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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] PHP list issues

Posted by Hendrik Schmieder <he...@jedox.com>.
georg schrieb:
> 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
>

http://www.php.net/mailing-lists.php

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