commit 720c88875e149276544652c75590c813b1b0b7c6
parent fda5ca174f6efdf7d5e70a28c4f47196a9e37a08
Author: Yoann Bonavero <yoann.b87@voila.fr>
Date: Wed, 2 Feb 2011 11:11:15 +0100
Ajout du début de la fonction de selection d'une partie
Diffstat:
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/code/serveur/php/function.php b/code/serveur/php/function.php
@@ -33,4 +33,4 @@ function writeRequest($request)
{
}
-?>
-\ No newline at end of file
+?>
diff --git a/code/serveur/php/pticlic.php b/code/serveur/php/pticlic.php
@@ -158,6 +158,13 @@ function create_game($cloudSize) {
create_game(10);
echo 'ok';
+function selectGame($gId)
+{
+ echo "id: ".$gid.',';
+
+ $req = "select eid_central_word, (select name from node where eid=eid_central_word limit 1)";
+}
+
// // Sinon tout est bon on effectu l'opération correspondant à la commande passée.
// if($action == 0) // "Get partie"
// {
@@ -210,4 +217,4 @@ echo 'ok';
// else
// die("Commande inconnue");
-?>
-\ No newline at end of file
+?>