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

config.php

11 lines ASCII Windows (CRLF)
<?php
  
// show all error reporting
  
error_reporting(-1); // Report all type of errors
  
ini_set('display_errors'1); // Display all errors 
  
ini_set('output_buffering'0); // Do not buffer outputs, write directly

  // time page generation, display in footer. 
  
$pageTimeGeneration microtime(true); 

  
// useful constants
  // useful functions