Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in c:\web gallery\index.php on line 40
<?
$sql = "Select * From groupe";
$mydata = array();
while($ligne = mysql_fetch_assoc($sql)){
$mydata["num_groupe"] = $ligne;
?>
Merci beaucoup pour ton aide[/quote]