Document Document Webbserv1: Källkod
Webbserverprogrammering 1

Show sourcecode

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

Webbserverprogrammering/exercises/

frågetest.php
include1.php
include2.php
include2sida2.php
include2sida3.php
index.php
ovn_form1.php
ovn_form2.php
ovn_form3.php
ramverk1.php
ramverk2.php
ramverk3.php
welcome1.php
welcome2.php
welcome3.php

include2.php

10 lines UTF-8 Windows (CRLF)
<?php include("ramverk2.php")
?>
<body>
  <h2>DETTA ÄR SIDA 1</h2>
  <a href="include2sida2.php" > sida 2</a>
  <a href="include2sida3.php" > sida 3</a>
</body>
<?php include("ramverk3.php")
?>
</html>