<?php
for($i='a'; $i<='zzzz'; $i++){
      echo $i."\n";
      ob_flush();
      flush();
}
?>
kodda sorun yok