$s = "{$i}<br>"; for ($i=0; $i<10; $i++) { f($s); } function f( $a ) { echo $a; }
Nasıl $i akım değeri ile değiştirebilirsiniz?
$i