Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $i=0;
  2. do
  3. {
  4.     echo "Hello, aku perulangan ".$i."<br/>";
  5.     $i=$i+1;
  6. } while ($i <= 10);