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