Adilol

woo++

Sep 16th, 2011
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2.  
  3. $x=1;
  4. while($x<10)
  5. {
  6.     echo "The number is " . $x . " ";
  7.     $x++;
  8. }
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment