<html>
<body>
for ($x = 0; $x <= 100; $x+=10) {
echo "The number is: $x <br>";
}
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_loop_for2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:22:24 GMT -->
</html>