Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbsrvprg/exercises/includeochramverk/

include_1.php
include_2_bottom.php
include_2_top.php
index.php
ovn_in1.php
ovn_in2_sid1.php
ovn_in2_sid2.php
ovn_in2_sid3.php

ovn_in2_sid3.php

5 lines ASCII Windows (CRLF)
<?php
require("include_2_top.php");
echo(
"Sida 3");
require(
"include_2_bottom.php");
?>