kennt jemand ein gutes tutorial zum auslesen von bildern aus einer db die in einem blob feld gespeichert sind ?
mfg
jan
mfg
jan
$result = MYSQL_QUERY( "SELECT bin_data,filetype FROM news WHERE id = $id");
if ( mysql_num_rows($result) == 1 ) {
$zeile=mysql_fetch_array($result);
echo $zeile["bin_data"];
<img src=\"zeige.php?id=$id&check=$check\" border=\"0\" width=\"$w\" height=\"$h\" onclick=\"openWindow('zeige1.php?id=$id&wz=$wo&hz=$ho','win','width=$wj,height=$hj')\">
if(strlen($BILD1) > 4)
{
copy("$BILD1","/usr/local/httpd/htdocs/kunden/web7/html/image_temp/");
}
echo "<form ENCTYPE=\"multipart/form-data\" action=\"***********\" method=\"POST\" name=\"main\">";
echo "<input style=\"background-color:#CFCFCF; font-family:Tahoma;\" type=\"file\" name=\"BILD1\"><br><br><br>";
echo "<input style=\"font-family:Tahoma;background-color:#CFCFCF;\" type=\"Submit\" name=\"SPEICHERN\" value=\"Speichern\">";
echo "</form>";
Kommentar