Show sourcecode
The following files exists in this folder. Click to view.
dbconnection.php
index.html
ovn_sql1.php
ovn_sql2.php
1/
2/
ovn_sql1.php
16 lines UTF-8 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>
<h1>Kompisar</h1>
<a href="1/laggatill.php">Lägga till</a> <br>
<a href="1/tabort.php">Ta bort</a> <br>
<a href="1/skapatabell.php">Skapatabell</a> <br>
<a href="1/skriverut.php">Skriver ut</a> <br>
<a href="1/uppdatera.php">Uppdatera</a> <br>
</body>
</html>