Differences

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

Link to this comparison view

Next revision
Previous revision
amprog_07_ex1 [2016-10-14 09:43]
Anders Mosshäll created
amprog_07_ex1 [2019-09-09 09:23]
Daniel Viström
Line 4: Line 4:
 <code php> <code php>
 <?php <?php
-include('head.php');                  +include 'head.php';                  
  
 // Dela upp ett 4-siffrigt tal i separata siffor (skriv ut i utvecklad form) // Dela upp ett 4-siffrigt tal i separata siffor (skriv ut i utvecklad form)
Line 26: Line 26:
 } }
  
-include('foot.php');+include 'foot.php';
 ?> ?>
 </code> </code>