Sorry, aber ich bekommdas nich gebacken !
Ich versuch mich jetz schon 4 Wochen daran, aber ich bekomms
nicht hin, das es geht. Kann mir bitte einer son Dingens in
meinen Code einbauen ? Danke im Vorraus
Ich wäre euch wirklich sehr verbunden ;D
Ich versuch mich jetz schon 4 Wochen daran, aber ich bekomms
nicht hin, das es geht. Kann mir bitte einer son Dingens in
meinen Code einbauen ? Danke im Vorraus
PHP-Code:
} else {
$ga2l = explode("/", $gal);
echo "<table border=1 bordercolor=#000000 style=\"border-collapse: collapse;\" width=70%>
<tr><td bgcolor=#666696><font color=ffffff><b>» ".$txt[pic]." ".$txt[allpics]." ||
<a href=\"$PHP_SELF?gal=$ga2l[0]\"><font color=#ffffff>".$txt[back]."</font></a></b></font></td></tr><tr><td>
<table border=0 width=100%>";
$s=0;
$is=1;
while ($s<sizeof($bild)) {
echo "<td><a href=\"$PHP_SELF?id=$s&p=$gal&ac=view\"><img src=\"$gal/thumb/$bild[$s]\" border=0></a>\n";
if ($is >= $col) { echo "</td></tr><tr>"; $s++; $is=1; }
else { echo "</td>"; $s++; $is++; }
}
echo "</tr></table></td></tr></table>";
}
Ich wäre euch wirklich sehr verbunden ;D
Kommentar