|
Function get_first_album_sous_grp($ref_sous_grp)
{
global $login,$pass,$id;
$query = "SELECT detail_sous_groupement.ref_album, catalogue.fichier_thumb
FROM detail_sous_groupement
INNER JOIN catalogue ON catalogue.ref_album = detail_sous_groupement.ref_album
WHERE ref_sous_groupement='$ref_sous_grp'
ORDER by ordre;";
$liste_grp = mysql_query($query,$id);
$grp = mysql_fetch_row($liste_grp);
return $grp;
};
?> Classement des meilleurs few-shots effectu� � partir de 420 votants pages 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22
Rang | Few-shot / Cycle | Points | Cit� | |
while($row = mysqli_fetch_row($mes_votes))
{
echo " ";
$tmp = $a+$debut;
echo "".$tmp."";
echo " | ";
$query_cat = "SELECT * FROM sous_groupement WHERE ref_sous_groupement='$row[0]';";
$sel_album =mysqli_query($conn,$query_cat);
$liste = mysqli_fetch_row($sel_album);
// liste : 0:ref_sous_groupement 1:ref_groupement 2:numero 3:Titre 4:Etat 5:nbre_tome_prevu
echo "";
echo StripSlashes(get_info_grp($liste[1],0));
echo "";
if (StripSlashes(get_info_grp($liste[1],0))!=$liste[3])
{
if ($liste[3]!="")
{
echo ", " .$liste[3];
}
else
{
echo ", cycle " .$liste[2];
}
}
echo " | ";
echo "" .$row[1];
echo " | ";
echo "" .$row[2];
echo " | ";
$first = get_first_album_sous_grp($row[0]);
echo "";
if ($first[1]) echo "";
else echo "-";
echo " | ";
$a++;
}
echo " ";
echo "pages $decoupe ";
?>
|
|