🚧 Changing tree structure

This commit is contained in:
Florian Sylvain
2021-09-17 11:31:02 +02:00
committed by GitHub
parent b137536405
commit cd01143bf7
5 changed files with 67 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!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>