PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
"The time is "
. date(
"h:i:sa"
);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy