I
i125
Was stimmt an diesem Script nicht?
Gruss Alexander
PS. Ich knabere schon seit 5 Stunden drann
PHP:
$datei = "$systempfad/$REMOTE_ADDR.funktion";
$array = file($datei);
for($x=0;$x<count($array);$x++)
{
$wert[$x] = $array[$x];
}
unset($datei);
$endwert = $x;
PHP:
$n = 1;
do {
echo $n;
if ($pruefung == $array[$n]) {
echo $tablex1, $bild, $tablex2, $mak1, $Eintrag, $mak2, $Eintrag, $mak3, $tablex3, $filesize, $tablex4, $filetype, $abstand, $funktionrename, $link1, $link2, $link3,$tablex5;
}
else {
echo $table1, $bild, $table2, $mak1, $Eintrag, $mak2, $Eintrag, $mak3, $table3, $filesize, $table4, $filetype, $abstand, $funktionrename, $link1, $link2, $link3,$table5;
}
$n++;
} while ($n == $endwert);
Gruss Alexander
PS. Ich knabere schon seit 5 Stunden drann