";
//*******************************************************************
include("../outils/config_partout.php");
$requete="select distinct initiale from animaux order by initiale";
$resultat=mysql_query($requete,$connexion);
echo"
";
while($li1=mysql_fetch_object($resultat)){
echo"initiale\">$li1->initiale ";
}
echo"
";
echo"";
if($init){
$requete="select distinct animal from animaux where initiale='$init' order by animal";
}
else{
$requete="select distinct animal from animaux order by animal";
}
$resultat=mysql_query($requete,$connexion);
while($li=mysql_fetch_object($resultat)){
echo "
$li->animal
";
$bestiole=$li->animal;
$req4="select * from animaux, fables where animal='$bestiole' and idFable=numFable";
$res4=mysql_query($req4,$connexion);
while($li4=mysql_fetch_object($res4)){
echo "
idFable\">$li4->article $li4->titre
";
}
}
//*******************************************************************
include("../outils/weborama.php");
echo"
";
echo"
";
echo"