Advertisement
dysphafiz_

Untitled

Oct 2nd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.     for ($i=1; $i <= 10 ; $i++) {
  3.         echo "halo temanku yang ke - $i";
  4.         echo "<br>";
  5.     }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement