document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. $IPK=4;
  3. $string1 = <<< 'end'
  4. Saya sedang belajar PHP <br /> dan berharap
  5. bisa dapat IPK $IPK :)
  6. end;
  7. echo $string1;
  8. ?>
');