7 lines
90 B
PHP
7 lines
90 B
PHP
<footer>
|
|
<?php
|
|
$time = time();
|
|
echo "<span>The time is: $time</span>";
|
|
?>
|
|
</footer>
|