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

9 lines
197 B
PHP

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