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
Previous revision
Last revision Both sides next revision
dvprog_06 [2022-09-12 12:29]
Daniel Viström
dvprog_06 [2023-09-11 14:22]
Daniel Viström
Line 1: Line 1:
 ====== Lösning till uppgift 2 ====== ====== Lösning till uppgift 2 ======
-<php> 
-/** 
  
 <code php> <code php>
 +</code>
 +
 +
 +<php>
 +/**
 <?php <?php
 include 'head.php'; include 'head.php';
Line 14: Line 17:
 echo '</table>'; echo '</table>';
 include 'foot.php'; include 'foot.php';
-</code> 
  
 **/ **/
 </php> </php>