Loading images
'; $anfrage = "SELECT * FROM HZHP_images WHERE id_album ='$id_album'"; $ergebnis = mysql_query($anfrage, $verbindung); while ($zeile = mysql_fetch_object ($ergebnis)){ $img = ($zeile->name_foto); if ($img!=NULL) {echo '
';} } echo '
'; ?>