mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 19:53:18 +02:00
🎉 First commit!
This commit is contained in:
+14
@@ -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>
|
||||
Reference in New Issue
Block a user