Compare commits
2 Commits
b7a706ff9f
...
0550c9cc19
Author | SHA1 | Date | |
---|---|---|---|
|
0550c9cc19 | ||
|
bcdf577c1c |
1
APP2000
Submodule
1
APP2000
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8d081e5815a1c57a59168bf174bf9cde21115d5b
|
43
APP2000-GPP/default.php
Normal file
43
APP2000-GPP/default.php
Normal 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 på film</th>
|
||||||
|
<th>Navn (engelsk)</th>
|
||||||
|
<th>Skuespiller</th>
|
||||||
|
<th>Skuespiller</th>
|
||||||
|
<th>År</th>
|
||||||
|
<th>Nr</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Navn på film</td>
|
||||||
|
<td>Navn (engelsk)</td>
|
||||||
|
<td>Skuespiller</td>
|
||||||
|
<td>Skuespiller</td>
|
||||||
|
<td>År</td>
|
||||||
|
<td>Nr</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user