4 lines
51 B
PHP
Raw Normal View History

<?php
echo "Hello World! " . date('Y-m-d H:i:s');