FrontendDavid/php/catalogue_search.php

10 lines
197 B
PHP
Raw Normal View History

2020-06-08 14:05:05 +02:00
<html>
2020-06-08 12:33:06 +02:00
<body>
2020-06-08 10:10:08 +02:00
<?php
2020-06-08 12:33:06 +02:00
$form = array("Title"=>$_POST["Title"],"Author"=>$_POST["Author"]);
$form = json_encode($form);
?>
2020-06-08 14:05:05 +02:00
<div onload="catalogue_read.php/$form"></div>
2020-06-08 12:33:06 +02:00
</body>
</html>