You probaly need to set the content type properly.

A comment on storing binary content in an RDBMS's:

QUESTION: Is it possible to do a SELECT on an image that makes sence.
ANSWER: no!

So, the concensus might be that one rather would like to store
the images as a plain file on the server, and just store a file
pointer in the RDBMS.


-----Original Message-----
From: zanzamarr
To: [EMAIL PROTECTED]
Sent: 2004-02-08 11:11
Subject: [PHP-WIN] IMAGES IN DB

Hello everyone!
I'm building a site about all the states of the world..... in the DB
(MySql), I'm going to insert many dates:
id, country,a, lot,of,informations,about,the,country and the image of
the map of the country and pf the flag.

The code I use to put into my db the image is this (see under) and it
works...but when I try to display the image I get this string:

What's wrong??????????????????

GIF89a

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to