Good Will Stalking
siehe auch:
Figurenbrut
und
Marcofinkenstein.de
Zum Opferberg →
for
Am Mittwoch, 23. Jun 2010 im Topic '
E.T. phone home
'
for ($i = 1; $i <= 10; $i++) {echo $i;}
for ($i = 1, $j = 0; $i <= 10; $j += $i, print $i, $i++);
Quelle:
http://de3.php.net/manual/de/control-structures.for.php
Kommentieren