~SpArGs~
Erfahrenes Mitglied
moin
ein kollege hat ein problem mit folgendem code:
und zwar wird das bild einmal richtig und unmittelbar oberhalb
des bildes wird noch eines ausgegeben, jedoch nicht angezeigt.
weiss einer rat?
ein kollege hat ein problem mit folgendem code:
Code:
$result8 = mysql_query("SELECT image FROM albums WHERE aid=$aid",$db);
do {
printf("<a href=albbigimg\%s target=_blank><img src=albimg\%s width=220 height=220></a> ",
$myrow["image"], $myrow["image"]);
// printf("<img src=albimg\%s width=220 height=220><a href=albbigimg/%s target=_blank></a> ";
} while ($myrow = mysql_fetch_array($result8));
und zwar wird das bild einmal richtig und unmittelbar oberhalb
des bildes wird noch eines ausgegeben, jedoch nicht angezeigt.
weiss einer rat?