Webbserverprogrammering 1

Show sourcecode

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

webbserverprogrammering/exercises/inkluderaFiler/

hejSvejs.php
incl1.php
incl2/

incl1.php

6 lines ASCII Windows (CRLF)
<?php
echo "Halloj!";
for (
$i=0$i 3$i++) { 
 include(
"hejSvejs.php");
}
?>