Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbsrvprg/incl/

config.php
footer.php
header.php

footer.php

13 lines UTF-8 Windows (CRLF)
<!-- footer -->
<footer id="bottom">
  <p>Verktyg:
  <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
  <a href="viewsource.php">Källkod</a>
  </p>

  <?php if(isset($pageTimeGeneration)) { ?>
<p>Sidan skapades på <?php echo round(microtime(true)-$pageTimeGeneration5); ?> sekunder</p>
<?php ?>
</footer>
</body>
</html>