Discipline : | Genre |
Durée | Options personnalisées |
Psychologie
Sociologie
Sc-Education
Autres
|
|
|
Avec Résumé
En français
En Vo ';
$sql1 = "select distinct Mots_clef from gestion_films.liste_films Order by Mots_clef ASC;" ;
//echo $sql1;
$req1=@mysql_query($sql1)
or die
('Erreur SQL ! '.$req1.' '.mysql_error());
while($data1=mysql_fetch_array($req1))
{
$ligne=$ligne.$data1[Mots_clef]." ";
}
/* echo ' ";
//$sql1 = "select distinct Mots_clef from gestion_films.liste_films Order by Mots_clef ASC;" ;
//echo $sql1;
//$req1=@mysql_query($sql1)
//or die
//('Erreur SQL ! '.$req1.' '.mysql_error());
// while($data1=mysql_fetch_array($req1))
// {
// $ligne=$ligne.$data1[Mots_clef]." ";
// }
*/
echo ' ";
echo '
|