diff --git a/Katalog.htm b/Katalog.htm
index 8440c9b..f92dafd 100644
--- a/Katalog.htm
+++ b/Katalog.htm
@@ -31,7 +31,7 @@ Das war die alte version. -->
Eingabe
-
diff --git a/php/catalogue_search.php b/php/catalogue_search.php
index 404291c..b890c99 100644
--- a/php/catalogue_search.php
+++ b/php/catalogue_search.php
@@ -1,14 +1,9 @@
+
+
$_GET["Title"],array("Author"=>$_GET["Author"]);
-
-
-
-
-
- Document
-
-
- echo json_encode($form);
-
-
-?>
\ No newline at end of file
+ $form = array("Title"=>$_POST["Title"],"Author"=>$_POST["Author"]);
+ $form = json_encode($form);
+ echo $form
+?>
+
+