document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2.     /* Contoh pemakaian script PHP
  3.         Diluar Tag HTML */
  4.  
  5.     echo "Hello,world on PHP<br/>";
  6. ?>
  7. <html>
  8.     <head>
  9.         <title>Belajar PHP
  10.         </title>
  11.     </head>
  12.     <body>
  13.         Hello,world Di TAG BODY
  14.     </body>
  15. </html>
');