Källkod
Följande filer och mappar finns under mappen webbserverprogrammering.
Mappar visas till vänster och filer till höger. Klicka på en fil eller mapp för att öppna nedan eller visa dess innehåll.
12 filer
exercises/
exercises.php
img/
incl/
index.php
js/
projects/
projects.php
reflections.php
source.php
style/
viewsource.php
exercises.php
img/
incl/
index.php
js/
projects/
projects.php
reflections.php
source.php
style/
viewsource.php
reflections.php
25 lines UTF-8 Windows (CRLF)
<?php
include("incl/config.php");
$title = "Reflektioner - Alriks sida (wsprog 1)";
$pageId = "reflections";
$pageStyle = ''; // page unique styles
include("incl/header.php");
?>
<!-- main content -->
<div id="content">
<article>
<h1>Reflektioner om de olika områdena</h1>
Nä
</article>
</div>
<?php
include("incl/footer.php");
?>