Subject Show a Jpg stored as Binary blob in a firebird table with PHP
Author prom_prometheus
Hello,
can someone help me?
I try to make a webpage (PHP4, Firebird 1.5 b3, Apace WEbserver)
and have the following problem:
show pictures that was stored in a table as binary blob
...,
GID integer not null,
GRUND_FOTO BLOB SUB_TYPE 0 SEGMENT SIZE 80,
...
echo row->grund_foto didn't work, smile ...
thanks
-Gerhard