Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/exercises/inkluderaFiler/
incl1.php
6 lines ASCII Windows (CRLF)
<?php
echo "Halloj!";
for ($i=0; $i < 3; $i++) {
include("hejSvejs.php");
}
?>