document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. /*
  3. getdate();
  4. */
  5.  
  6. $datum = getdate();
  7. echo "Mostani idő:".$datum[\'hours\'].":".$datum[\'minutes\'].":".$datum[\'seconds\'];
  8. ?>
');