From 55f68639b8eede2aeb5733d2e780c6fb633aaf13 Mon Sep 17 00:00:00 2001 From: Naumann Date: Mon, 8 Jun 2020 15:00:19 +0200 Subject: [PATCH] . --- Katalog.htm | 113 +++++++++++++++++++++++++++++++++++++++ changeKatalog.htm | 10 ++-- php/catalogue_read.php | 11 ++++ php/catalogue_search.php | 9 ++++ php/pasta.php | 58 ++++++++++++++++++++ 5 files changed, 196 insertions(+), 5 deletions(-) create mode 100644 Katalog.htm create mode 100644 php/catalogue_read.php create mode 100644 php/catalogue_search.php create mode 100644 php/pasta.php diff --git a/Katalog.htm b/Katalog.htm new file mode 100644 index 0000000..f92dafd --- /dev/null +++ b/Katalog.htm @@ -0,0 +1,113 @@ + + + + + + Katalog + + + +
+

Katalog

+
+ + +
+

Eingabe

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

Ausgabe

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductId1
TitelDie Bibel 2
AuthorMr. IchBinEinAuthor
ContryAtlantis
Linklmgtfy.de
Languagelatein
Pages42
Year2021
CategoryDies ist ein Beispiel für einen viiiiiiiiiiiiiiiiieeeeeeeeeeeeeeeellllllllllllllllllll zzzzzuuuuuuuuu llllllllllllaaaaaaaaannnnnnnnnnggeeeeeeeennnnnnn TTTTTTeeeeeeeeeeeeeeexxxxxxxxxxxxt
ImageLinkDiesIstEinBild.png
LendTime30
LendTypeBuch
+
+ + \ No newline at end of file diff --git a/changeKatalog.htm b/changeKatalog.htm index d28f8ce..0239d6b 100644 --- a/changeKatalog.htm +++ b/changeKatalog.htm @@ -14,7 +14,7 @@

Eingabe

-
+ @@ -23,10 +23,10 @@ diff --git a/php/catalogue_read.php b/php/catalogue_read.php new file mode 100644 index 0000000..6cd162a --- /dev/null +++ b/php/catalogue_read.php @@ -0,0 +1,11 @@ + + $value){ + echo $key.": ".$value."[br]"; + } + + ?> + + \ No newline at end of file diff --git a/php/catalogue_search.php b/php/catalogue_search.php new file mode 100644 index 0000000..2ab47da --- /dev/null +++ b/php/catalogue_search.php @@ -0,0 +1,9 @@ + + +$_POST["Title"],"Author"=>$_POST["Author"]); + $form = json_encode($form); +// echo $form +?> + + diff --git a/php/pasta.php b/php/pasta.php new file mode 100644 index 0000000..e00ff22 --- /dev/null +++ b/php/pasta.php @@ -0,0 +1,58 @@ + + + + Test Link + + + + + + +
+ + \ No newline at end of file