Mailinglisten-Archive |
hi Albert
At 11:44 01.11.00 +0000, A.Baumann_(at)_t-online.de wrote:
>------snip--------
>
>print (" <td rowspan=2 width=100 height=150><img src=\"<?php
>Header
> \"Content-type\: $filetype\"); echo \"$bild_data\"; ?>" border=\"2\"
>width=\"100\" height=\"150\"> </td>\n");
>
>
>print (" <td rowspan=2 width=100 height=150><?php Header
> \"Content-type\: $filetype\"); print \"$bild_data\"; ?></td>\n");
>
>------snip--------
so wie das aussieht, ist es klar, dass du die binaer-daten des bildes als
text auf der seite hast. Du muesstest (meiner ansicht nach) noch ein
weiteres script bauen, was dann das bild ausgibt:
also so ungefaehr:
das anzeige script:
-----snip-----
print (" <td rowspan=2 width=100
height=150><img src=\"./bild.php?id=$id\" border=\"2\" width=\"100\"
height=\"150\"> </td>\n");
-----snap-----
das bild-ausgabe script
-----snip-----
<?php
Header\"Content-type\: $filetype\");
.
[ hmm...hier muss das db-zeugs noch hin]
.
echo \"$bild_data\";
?>
-----snap-----
sers
Christoph
php::bar PHP Wiki - Listenarchive