FrontendDavid/php/catalogue_search.php
Naumann c6ba2a9ec5 .
2020-06-09 08:05:04 +02:00

9 lines
No EOL
161 B
PHP

<html>
<body>
<?php
$form = array("Title"=>$_POST["Title"],"Author"=>$_POST["Author"]);
$form = json_encode($form);
echo $form
?>
</body>
</html>