Webbserverprogrammering 1

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_inkl2.php

26 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>Inkuldera 2</title>
  <style>
    .center {
      text-align: center;
    }
  </style>
</head>
<body>
  <?php

    
include("start.php");
    echo 
"<br>";
    echo 
"Sida 1!";
    echo 
"<br>";

  
?>

  <div class="center"> <?php include("slut.php"); ?> </div>
</body>
</html>