FrontendDavid/php/catalogue_search.php
2020-06-08 14:42:06 +02:00

10 lines
164 B
PHP

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