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 “

“;
$j=0;

while($E = mysql_fetch_array($R))
{

if($E[parties]>0)
{
$PA=” (“.$E[parties].”)”;
$BK=” style=\”background-color:#DDDDDD\””;
}
else
{
$PA=””;
$BK=””;
}

echo “

“;
}

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 “

“;
$j=0;
while($E = mysql_fetch_array($R))
{
echo “

“;
}
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 “

“;
$j=0;
while($E = mysql_fetch_array($R))
{
echo “

“;
}
echo “

Blitz
Cote Nom
“.++$j.” “.$E[k]. “ ” . $E[b].”

“;

?>