<?php if ($ID != 0) { $img_query = "select bild from buecher where $ID = id"; $host="localhost"; $user="admin"; $password="my_db_passwd";mysql_connect($host,$user,$password); mysql_select_db("biblio");
$my_res = mysql_query($img_query);
if (mysql_affected_rows()
>0) { header("Content-type: image/jpeg"); print(mysql_result($my_res, 0, "bild")); } } ?>
Dieser Text ist der Zeitschriften-Ausgabe 06/2000 von iX entnommen.
iOS, Android, Windows Phone 7 und HTML5 - das neue Sonderheft von heise Developer führt Einsteiger und Profis in die Programmierung mobiler Geräte ein.