Bu kod, bir sonsuz döngü gider ve bana verir
Fatal error: Maximum execution time of 30 seconds exceeded
Bu i kullanıyorum kodudur
<?php $sofar = 1; while ($sofar == 1); { echo $sofar; $sofar == $sofar+1; } ?>