Compare commits

..

2 Commits

Author SHA1 Message Date
0550c9cc19 Merge branch 'master' of http://git.osufx.com/Gr1/husstanden 2019-09-23 09:20:49 +02:00
bcdf577c1c tester 2019-09-23 09:13:23 +02:00
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>