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

Eingabe

-
+ diff --git a/changeKatalog.htm b/changeKatalog.htm new file mode 100644 index 0000000..cc95365 --- /dev/null +++ b/changeKatalog.htm @@ -0,0 +1,94 @@ + + + + + + Katalog + + + +
+ +

Katalog

+
+ +
+

Eingabe

+ + + + + + + + + + + + + + +
+
+

Ausgabe

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductId
Titel
Autor
Land
Link
Sprache
Seitenzahl
Jahr
Kategorie
Bildlink
Verleihdauer
Verleihtyp
+
+ + \ No newline at end of file diff --git a/changeKatalog.php b/changeKatalog.php new file mode 100644 index 0000000..8dea575 --- /dev/null +++ b/changeKatalog.php @@ -0,0 +1,100 @@ +$_POST["Title"],"Author"=>$_POST["Author"]); + $form = json_encode($form); + echo $form +?> + + + + + + + Katalog + + + +
+ +

Katalog

+
+ +
+

Eingabe

+
+ + + + + + + + + + + + +
+
+
+

Ausgabe

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductId
Titel
Autor
Land
Link
Sprache
Seitenzahl
Jahr
Kategorie
Bildlink
Verleihdauer
Verleihtyp
+
+ + \ No newline at end of file