diff --git a/addKatalog.htm b/addKatalog.htm index fb2cc42..f866f4c 100644 --- a/addKatalog.htm +++ b/addKatalog.htm @@ -14,14 +14,14 @@

Eingabe

-
+ - + + + + + + + + + + + + +
+
+
+

Ausgabe

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductId
Titel
Autor
Land
Link
Sprache
Seitenzahl
Erscheinungsjahr
Kategorie
Bildlink
Verleihdauer
Verleihtyp
+
+ + \ No newline at end of file diff --git a/php/catalogue_search.php b/php/catalogue_search.php index 3bb7051..b966f91 100644 --- a/php/catalogue_search.php +++ b/php/catalogue_search.php @@ -1,9 +1,17 @@ - - + + + + + + Document + + $_POST["Title"],"Author"=>$_POST["Author"]); - $form = json_encode($form); - echo $form + $form = array( + "Title"=>$_POST["Title"], + "Author"=>$_POST["Author"]); + $json = json_encode($form); + echo $json; ?> \ No newline at end of file