Webbserverprogrammering 1

Show sourcecode

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

webbsrvprg/exercises/ovning9/

dbconnection.php
index.html
ovn_sql1.php
ovn_sql2.php
ovn_sql3.php
1/
2/
3/

ovn_sql3.php

17 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <a href="3/laggatill.php">laggatill</a> <br>
    <a href="3/skapatabell.php">skapatabell</a> <br>
    <a href="3/visa.php">visa tabell</a> <br>
    <a href="3/visaB.php">visa tabell 2</a> <br>
    <a href="3/visaC.php">visa tabell 3</a> <br>
    <a href="3/visaD.php">visa tabell 4</a><br>
    <a href="3/visaE.php">visa tabell 5</a> <br>
</body>
</html>