Cotes
Dans la section des parties lentes, vous trouverez en surbrillance les joueurs ayant disputé des parties dans nos clubs et au TOG et, entre parenthèses, le nombre de parties disputées par le joueur.
« ;
*/
echo «
$R = mysql_query(« select b,e,parties from cotes where q=’Outaouais’ and e!=’0′ and cast(o as date) > ‘2014-01’ order by cast(e as UNSIGNED) desc ») or die(mysql_error());
echo «
Lentes | ||
---|---|---|
Cote | Nom | |
« .++$j. » | « .$E[e]. « | » . $E[b] . $PA . » |
« ;
echo «
$R = mysql_query(« select b,h from cotes where q=’Outaouais’ and h!=’0′ and cast(o as date) > ‘2014-01’ order by cast(h as UNSIGNED) desc ») or die(mysql_error());
echo «
Semi-rapides | ||
---|---|---|
Cote | Nom | |
« .++$j. » | « .$E[h]. « | » . $E[b]. » |
« ;
echo «
$R = mysql_query(« select b,k from cotes where q=’Outaouais’ and k!=’0′ and cast(o as date) > ‘2014-01’ order by cast(k as UNSIGNED) desc ») or die(mysql_error());
echo «
Blitz | ||
---|---|---|
Cote | Nom | |
« .++$j. » | « .$E[k]. « | » . $E[b]. » |
« ;
?>