Guest User

Untitled

a guest
Jun 25th, 2018
106
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. echo 'hello world';
  4.  
  5. $i = 0;
  6. while($i < 32) {
  7.     echo $i;
  8.     $i++;
  9. }
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment