Konu: hangisi ile olur while, for,foreach
06.11.2018 12:36
$a = 0; for (döngü...) { ++$a; if (($a%2) === 0) { echo ' '; } }