Webbserverprogrammering 1

Show sourcecode

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

ramverket/incl/

config.php
footer.php
header.php
ovn_incl1.php
ovn_incl2_end.php
ovn_incl2_start.php
ovn_incl3.php
ovn_incl4_end.php
ovn_incl4_start.php

footer.php

15 lines UTF-8 Windows (CRLF)
  <!-- footer -->
  <footer id="bottom">
    <p>Verktyg:
    <a href="http://validator.w3.org/check/referer">HTML5</a>  
    <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
    <a href="http://validator.w3.org/unicorn/check?ucn_uri=referer&amp;ucn_task=conformance">Unicorn</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>