Posted by NC on 09/09/05 20:01
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
[Back to original message]
|