if ($aid!="" && is_numeric($aid)) { echo replaceChars(getDatasArtisteById($aid,"nom"),false); } ?>
if ($aid!="" && is_numeric($aid)) { ?>
" alt=" echo replaceChars(getDatasArtisteById($aid,"nom"),false); ?>" width="76" height="76" /> } ?>
Biographie
if ($aid!="" && is_numeric($aid)) { echo replaceChars(getDatasArtisteById($aid,"description"),true); } ?>
if ($aid!="" && is_numeric($aid))
{
if ($page!="" && is_numeric($page))
$seek = ($page-1)*10;
else $seek = 0;
$myquery = "SELECT id,nom,dateed,vignette,tarif,epuise,medium FROM albums WHERE artiste='$aid' ORDER BY dateed DESC LIMIT $seek,10";
$result = mysql_query($myquery,$mycon);
$nba = mysql_num_rows($result);
if ($nba>0)
{
for ($a=0;$a<$nba;$a++)
{
$q_id = mysql_result($result,$a,"id");
$q_nom = mysql_result($result,$a,"nom");
$q_dateed = mysql_result($result,$a,"dateed");
$parts = explode("-",$q_dateed);
$q_vignette = mysql_result($result,$a,"vignette");
$q_tarif = mysql_result($result,$a,"tarif");
$q_epuise = mysql_result($result,$a,"epuise");
$q_medium = mysql_result($result,$a,"medium");
?>
echo replaceChars(substr($q_nom,0,26),false); ?>
echo $parts[0]; ?>
Prix : echo $q_tarif; ?> €
if ($q_medium=="CD") { ?> } ?> if (isAlbumAvailable($q_id)) { ?>"> } else echo "Epuisé"; ?>
Plus d'infos
} // for a
} // if nba
$myquery = "SELECT id FROM albums WHERE artiste='$aid'";
$result = mysql_query($myquery,$mycon);
$totala = mysql_num_rows($result);
if ($totala>0)
{
$nbpages = ceil($totala/10);
?>
Page:
if ($page<=1)
{
?>
- Précédante
}
else
{
?>
- Précédante
}
for ($p=0;$p<$nbpages;$p++)
{
if ($page==($p+1))
{
?>
- echo $p+1; ?>
} // if page
else
{
?>
- echo $p+1; ?>
} // else (if page)
} // for p
if ($page>=$nbpages)
{
?>
- Suivante
}
else
{
?>
- Suivante
}
?>
} // if totala
} // if aid && is_numeric
?>