Files
2021-09-17 11:31:02 +02:00

14 lines
277 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google - resultat</title>
</head>
<body>
<h1>Resultats</h1>
<?php
$result = $_POST["search"];
echo "<p>${result}</p>";
?>
</body>
</html>