<!DOCTYPE html>
<html>
<body>
<?php
$number = range(0,50,10);
print_r ($number);
?>
</body>
</html>