Re: IE6 not display jpeg images from mysql databases
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: IE6 not display jpeg images from mysql databases

From: NC <nc@iname.com>
Date: Fri Sep 09 2005 - 19:01:22 CEST

Robert wrote:
>
> Wy my code
>
> (print ("<P> <IMG
SRC=\"data:image/jpg;base64,".base64_encode($rowfoto['fotka'])."\"></P><br>");
>
> display my images from mysql ( field 'fotka' ) only in opera browser
> and Geko engine browser ( mozilla, firefox, .. ) and not display in IE6

Because IE does not support <IMG SRC="data:*"> tags.

Cheers,
NC
Received on Mon Oct 24 02:09:54 2005