Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. $i = 1;
  3. while($i <= 10){
  4. echo 'ini adalah nomor'.$i++.'<br />';
  5. }
  6. ?>