[PHP] pobierz, plaintext <?php$n=4;$sil=1;for($i=2; $i <= $n; $i++) { $sil *= $i;}echo $sil;?>[PHP] pobierz, plaintext