PHP lab 8

This commit is contained in:
2026-03-12 23:46:12 -04:00
parent 8b132e776f
commit 8c78e75b97
17 changed files with 273 additions and 1 deletions
@@ -0,0 +1,14 @@
<!-- Footer -->
<footer class="siteFooter">
<p>
<strong>&copy; 2025</strong>l_mclean215318's Pizza. All rights reserved.
</p>
<?php
date_default_timezone_set("America/Toronto");
print(date("l F j, Y"));
?>
</footer>
<?php
ob_end_flush();
?>