×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Dylan Lopez
Added: Mar 5, 2018 9:23 AM
Views: 2840
Tags: for
  1. for ($x = 0; $x <= 10; $x++) {
  2.     echo "The number is: $x <br>";
  3. }