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
1/
2/

index.html

12 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="ovn_sql1.php">1</a>
  <a href="ovn_sql2.php">2</a>
</body>
</html>