echo $titel; ?> -> Übersicht |
$countfotos=mysql_query("SELECT id FROM bilder WHERE gallerie='$g'");
$countfotos=mysql_num_rows($countfotos);
if($countfotos!=0){
$i=1;
while($zeile=mysql_fetch_array($getfotos)){
$info='';
$getcomments=mysql_query("SELECT zeit FROM comments WHERE bild='$zeile[id]' ORDER BY id DESC");
if(mysql_num_rows($getcomments)>0){
$last=mysql_result($getcomments,0);
$last=date("d.m., H:i",$last);
$info=mysql_num_rows($getcomments).' Kommentare letztes: '.$last. 'Uhr';
};
if($i==1){echo'';};
$img=$phppfad.$zeile[url]."/thumb/".$zeile[datei];
echo'
'.$info.' | ';
if($i==3){echo' ';$i=0;};
$i++;
};
?>
$pages=ceil($countfotos/16);
$width=100/$pages;$width.="%";
?>
">Seiten-Navigation |
for($i=1;$i<=$pages;$i++){
echo'';
if($i==$seite && $lc!=1){echo $i;}else{echo' '.$i.'';};
echo' | ';
};
?>
$lastcomments=mysql_query("SELECT * FROM `bilder`,comments WHERE bilder.id=comments.bild AND bilder.gallerie='$g' GROUP BY bilder.id ORDER BY comments.id DESC,zeit DESC");
$lastcomments=mysql_num_Rows($lastcomments);
if($lastcomments!=0){$pages=ceil($lastcomments/16);
$width=100/$pages;$width.="%";
?>
">Letzte Kommentare |
for($i=1;$i<=$pages;$i++){
echo'';
if($i==$seite && $lc==1){echo $i;}else{echo' '.$i.'';};
echo' | ';
};
?>
};
}else{
echo ' | In dieser Galerie gibt es noch keine Fotos zu bestaunen. |