<html>
  <body>
<?php

$i
=0;
while (
$i 10) {
  print 
$i."<br>\n";
  
$i++;
}

?>
  </body>
</html>