-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchercherami.php
More file actions
46 lines (20 loc) · 756 Bytes
/
Copy pathchercherami.php
File metadata and controls
46 lines (20 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<title> FortBoyardProfessionnel- Rechercher des membres du fort </title>
</head>
<body>
<h1>Rechercher des membres du fort </h1>
<form method="post" action="chercherami1.php" id="formrecherche">
<input type="text" name="nomprenom"/><br><br>
<input type ="submit" class="pbutton" value="Rechercher"/>
</form>
<br><br><br><br><br>
<aside id="resultatformrecherche">
</aside>
</body>
</html>