Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dvprog15 [2020-12-18 10:11]
Daniel Viström
dvprog15 [2020-12-18 10:15]
Daniel Viström
Line 90: Line 90:
 <code php> <code php>
 <?php <?php
 +
 +// Alla kontroller här som ovan.
 +
 include('head.php'); include('head.php');
  
-echo $message;+// Alla utskrifter här som ovan. 
 ?> ?>