Show sourcecode
The following files exists in this folder. Click to view.
webbsrvprg/exercises/inkludera/
ovn_inkl1.php
ovn_inkl1incl.php
ovn_inkl2.php
ovn_inkl2_2.php
ovn_inkl2_3.php
slut.php
start.php
ovn_inkl1.php
18 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Inkludera 1</title>
</head>
<body>
<?php
echo "Halloj". "<br>";
include("ovn_inkl1incl.php");
include("ovn_inkl1incl.php");
include("ovn_inkl1incl.php");
?>
</body>
</html>