<!DOCTYPE html>
<html>
<body>

<?php 
for ($x=0; $x<=10; $x++) {
   echo "Êý×ÖÊÇ£º$x <br>";
}
?>   

</body>
</html>