Patoche
"Etre conscient que l'on est ignorant est un grand pas vers le savoir"
$array_item)
{
if($tab_temp[$array_key] == 0)
{
unset($tab_temp[$array_key]);
}
}
$tab_temp[] = $cpt;
$tab_temp[] = $reindex[$i];
$tab_glob[] = array_values($tab_temp);
//echo "+++++ " .$cpt ."
";
}
return($tab_glob);
}
?>
";
echo "| ID | Joueur | Score | Longévité |
|---|---|---|---|
| $i | $joueur | $efficacite | $str |
Confrontations
| ID | Blanc | Noir | Vainqueur | Date | "; $indice = 1; while($row = mysql_fetch_assoc($results)) { $blanc = $row['blanc']; $noir = $row['noir']; $gagnant = $row['gagnant']; $date = date('d/m/Y', $row['date']); echo "
|---|---|---|---|---|
| $indice | $blanc | $noir | $gagnant | $date |