ok,
mais seulement le problème ne vient pas de la requete
en fait il n'ya aucun problème avec les requetes le problème doit être dans mes boucles ou je ne sait quoi d'autre car çà m'affiche toute les données mais au lieu d'avoir les onglets qui fonctionne comme il faut , il est inactif et en bazarre a l'affiche
sachant que je suis parti d'un script entierement fonctionnel sans requete et de BDD
<BODY onload="TabClick(1,1);TabClick(0,2);">
<TABLE CELLPADDING=0 CELLSPACING=0 ALIGN="center" width="100%">
<TR>
<TD CLASS="TabBorderBottom TabCommon TabOff" ID="tabs10" NAME="tabs10" ONCLICK="TabClick(0,1);"><NOBR>video</NOBR></TD>
<TD CLASS="TabBorderBottom TabCommon TabOff" ID="tabs11" NAME="tabs11" ONCLICK="TabClick(1,1);"><NOBR>music</NOBR></TD>
</TR><TR>
<TD COLSPAN=5 CLASS="TabContent TabActiveBackground TabActiveBorderLeftRight">Voici la liste des articles : </TD>
</TR>
<TR>
<TD COLSPAN=5 CLASS="TabContent TabActiveBackground TabActiveBorderLeftRight TabContentBottom">
<DIV ID="Content10"><TABLE CELLPADDING=0 CELLSPACING=0 ALIGN="center" ><TR><TD><TABLE><TR><TD COLSPAN=4 CLASS="TabContent TabActiveBackground TabActiveBorderLeftRight TabContentBottom">
<DIV ID="Content11" ><a href="detail.php?id=pirate">pirate des caraïbes</a></div>
</td></tr></table>
<TD CLASS="TabBorderBottom TabCommon TabOff" ID="tabs11" NAME="tabs11" ONCLICK="TabClick(1,1);"><NOBR>action</NOBR></TD>
<TD CLASS="TabBorderBottom TabCommon TabOff" ID="tabs12" NAME="tabs12" ONCLICK="TabClick(2,1);"><NOBR>comedie</NOBR></TD>
<TD CLASS="TabBorderBottom TabCommon TabOff" ID="tabs21" NAME="tabs21" ONCLICK="TabClick(1,2);"><NOBR>jazz</NOBR></TD>
<TD CLASS="TabBorderBottom TabCommon TabOff" ID="tabs22" NAME="tabs22" ONCLICK="TabClick(2,2);"><NOBR>country</NOBR></TD>
</tr></table></DIV>
</TD>
</TR>
</TABLE>