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
dvprog_09 [2017-09-01 14:54]
127.0.0.1 external edit
dvprog_09 [2019-09-09 09:22]
Daniel Viström
Line 20: Line 20:
   - file_put_contents   - file_put_contents
  */  */
-include('head.php');+include 'head.php';
  
 // Skriver till en textfil. Finns inte filen skapas den. FILE_APPEND gör att innehåll läggs till och inte skrivs över. // Skriver till en textfil. Finns inte filen skapas den. FILE_APPEND gör att innehåll läggs till och inte skrivs över.
Line 47: Line 47:
 } }
  
-include('foot.php');+include 'foot.php';
 </code> </code>