Show sourcecode
The following files exists in this folder. Click to view.
webbsrvprg/exercises/ovning9/2/
admin.php
deletetable.php
laggtill.php
skapatabell.php
skriverut.php
uppdatera.php
welcome.php
welcome.php
12 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>
<p>Välkommen användare</p>
<a href="../ovn_sql2.php">Tillbaks till meny</a>
</body>
</html>