Compare commits
No commits in common. "0550c9cc192ca3bc8f1a931e0f2ab3f1adfe13a2" and "b7a706ff9f92d856e17c29ccf98d76f026857773" have entirely different histories.
0550c9cc19
...
b7a706ff9f
1
APP2000
1
APP2000
|
@ -1 +0,0 @@
|
||||||
Subproject commit 8d081e5815a1c57a59168bf174bf9cde21115d5b
|
|
|
@ -1,43 +0,0 @@
|
||||||
<?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