This commit is contained in:
GPP-USN 2019-09-23 09:13:23 +02:00
parent e49c8624ed
commit bcdf577c1c
2 changed files with 44 additions and 0 deletions

1
APP2000 Submodule

@ -0,0 +1 @@
Subproject commit 8d081e5815a1c57a59168bf174bf9cde21115d5b

43
APP2000-GPP/default.php Normal file
View File

@ -0,0 +1,43 @@
<?php
include("db_pdo.php")
$db = new myPDO();
?>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>Mine CD-er</h1>
<table>
<tr>
<th>Navn film</th>
<th>Navn (engelsk)</th>
<th>Skuespiller</th>
<th>Skuespiller</th>
<th>År</th>
<th>Nr</th>
</tr>
<tr>
<td>Navn film</td>
<td>Navn (engelsk)</td>
<td>Skuespiller</td>
<td>Skuespiller</td>
<td>År</td>
<td>Nr</td>
</tr>
</body>
</html>