Webbserverprogrammering 1

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.

webbserverprogrammering/exercises/include/

7 filer

include_1.php
include_1_INCL.php
include_2_end.php
include_2_page1.php
include_2_page2.php
include_2_page3.php
include_2_start.php

include_2_page2.php

9 lines ASCII Windows (CRLF)
<?php
include "include_2_start.php";
?>

<h3>Sida 2</h3>

<?php
include "include_2_end.php";
?>