<?
include ('secure.php');
$team =$_SESSION['club'];
require_once("fonctions.php");
connecting();
print'<div align="center"><img src="clubs/'.$_SESSION['club'].'.gif">';
$r=mysql_query ("SELECT * FROM joueurs WHERE club ='$team' ");
$nb=mysql_num_rows($r);
$i=0;
while($tableau=mysql_fetch_array($r) )
{
print'<div align="center"><table border>
<tr>
<td width="136" height="18"><p>Joueur</td>
<td width="62" height="18"><p>Poste</td>
<td width="90" height="18"><p>Gardien</td>
<td width="68" height="18"><p>Defense</td>
<td width="96" height="18"><p>Attaque</td>
</tr>
<tr>
<td width="136" height="18"><p><a href="?page=option_joueur&id='.$tableau[id].'">'.$tableau[
nom].'
'.$tab[prenom].'</a></td>
<td width="62" height="18"><p>'.$tableau[poste].'</td>
<td width="90" height="18"><p>'.$tableau[gardien].'</td>
<td width="68" height="18"><p>'.$tableau[defense].'</td>
<td width="96" height="18"><p>'.$tableau[attaque].'</td>
</tr>
</table></div>';
}
$i++;
?>
Voila si quelqu'un pouvez m'aider je pense que je finirais mon jeu d'ici la semaine prochaine
Ce message a été modifié par Total Manager - 17 juillet 2004 - 20:37.




Haut










