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 ?> +