Guest User

Untitled

a guest
Oct 13th, 2010
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. <?PHP
  2.  
  3. $i = 7;
  4. while($i < 91)
  5. {
  6. echo $i . "<br>";
  7. $i= $i + "7";
  8. }
  9.  
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment