diff --git a/pages/search.php b/pages/search.php
new file mode 100644
index 0000000..37a92c5
--- /dev/null
+++ b/pages/search.php
@@ -0,0 +1,63 @@
+
+
+
+
+
+ Wiki Fantasy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ query("SELECT *
+# FROM utilisateur
+# WHERE nom LIKE ?
+# LIMIT 10",
+# array("$user%"));
+#
+#$req = $req->fetchALL();
+$req=array(array('nom'=>'nom1','prenom'=>'prenom1'),array('nom'=>'nom2','prenom'=>'prenom2'),array('nom'=>'nom3','prenom'=>'prenom3'));
+
+foreach($req as $r){
+ ?>
+
= $r['nom'] . " " . $r['prenom'] ?>
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/signin.html b/pages/signin.html
index 4e48460..578c73e 100644
--- a/pages/signin.html
+++ b/pages/signin.html
@@ -18,7 +18,7 @@
-
+
diff --git a/script/afficheQuote.php b/script/afficheQuote.php
new file mode 100644
index 0000000..e018a0e
--- /dev/null
+++ b/script/afficheQuote.php
@@ -0,0 +1,27 @@
+
+query("SELECT *
+# FROM utilisateur
+# WHERE nom LIKE ?
+# LIMIT 10",
+# array("$user%"));
+#
+#$req = $req->fetchALL();
+$req=query(array('nom'=>'nom1','prenom'=>'prenom1'),array('nom'=>'nom2','prenom'=>'prenom2'),array('nom'=>'nom3','prenom'=>'prenom3'));
+$req = $req->fetchALL();
+
+foreach($req as $r){
+ ?>
+