From 104a7493409e51c5344d19a9e89a02a26f1ab41b Mon Sep 17 00:00:00 2001 From: David Renner Date: Mon, 8 Jun 2020 14:05:05 +0200 Subject: [PATCH] more php done. --- php/catalogue_read.php | 9 +++++++++ php/catalogue_search.php | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 php/catalogue_read.php diff --git a/php/catalogue_read.php b/php/catalogue_read.php new file mode 100644 index 0000000..a516963 --- /dev/null +++ b/php/catalogue_read.php @@ -0,0 +1,9 @@ + + + $value){ + echo $key.": ".$value."[br]"; + } + ?> + \ No newline at end of file diff --git a/php/catalogue_search.php b/php/catalogue_search.php index b890c99..38486d3 100644 --- a/php/catalogue_search.php +++ b/php/catalogue_search.php @@ -1,9 +1,9 @@ - + $_POST["Title"],"Author"=>$_POST["Author"]); $form = json_encode($form); - echo $form ?> +