FrontendDavid/php/catalogue_search.php

10 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>