ahmed0saber

Print 0 to 10 in PHP

Nov 18th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.05 KB | None | 0 0
  1. <?php
  2.    for($x=0;$x<=10;$x++)
  3.    {echo $x,' ';}
  4.  ?>
Advertisement
Add Comment
Please, Sign In to add comment