Andreas Schneider: "Falschherum zählen"

Beitrag lesen

Hallo N2O,

for($x=0;$x<$i;$x++){include("texte/".$x.".txt");}

einfach runterzählen:
for ($x=$i-1; $x>=0; $x--) { include("texte/".$x.".txt"); }

Grüße
Andreas

--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)