jai un probleme avec mon script
la frame d'insertion
echo " <td width=\"200\" height=\"100\"><IFRAME align=\"center\" marginWidth=\"0\" marginHeight=\"0\" noresize scrolling=no src=\"info.php?team=" . $row["team"] . "&match=" . $row["match2"] . "&renc=" . $row["team"] . "" . $row["match2"] . "\" frameBorder=\"0\" width=\"200\" height=\"100\"> </IFRAME>";
--------------info.php--------------
<? include("connect.php");
$team= ($HTTP_GET_VARS['team']);
$match= ($HTTP_GET_VARS['match']);
$renc= ($HTTP_GET_VARS['renc']);
$connect=mysql_connect($shost,$suser,$spass);
mysql_select_db($sbase, $connect);
$result=mysql_query("SELECT date, gagner, perdu, points, match FROM `game` WHERE match=$renc ");
while($donnees = mysql_fetch_array($result)){
if (($match)==($team)){
echo "<tr>";
echo "<br><br>";
echo " <td width=\"100%\" height=\"50\"><center>Null</center></td>";
echo " </tr>";
echo "</table><br><br><br>";
}
else{
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"80\">";
echo " <td width=\"100%\" height=\"10\">Date:" . $donnees['date'] . "</td>";
echo "<tr>";
echo "<td>";
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"60\">";
echo " <tr>";
echo " <td width=\"35%\" height=\"10\">gagner</td>";
echo " <td width=\"35%\" height=\"10\">perdu</td>";
echo " <td width=\"30%\" height=\"10\">pts</td>";
echo " </tr>";
echo "<tr>";
echo " <td width=\"35%\" height=\"50\">" . $donnees['gagner'] . "</td>";
echo " <td width=\"35%\" height=\"50\">" . $donnees['perdu'] . "</td>";
echo " <td width=\"30%\" height=\"50\">" . $donnees['points'] . "</td>";
echo " </tr>";
echo "</table><br><br><br>";
echo "</tr>";
echo "</td>";
echo "</tr>";
}
}
mysql_close($connect);
?>
ben as marche po
merci pour l'aide