'Soir! Ca va?
Avec cette chaleur, soit g du mal à réfléchir, soit g envie de rien faire... Pfiouu...
Je ne comprend pas un truc: pas moyen de lire un cookie durant une boucle sql!!
C'est possible avec un truc du genre:
<?
$sql = "select * from gba WHERE id=\"$id\"";
if($p = @mysql_query($sql,$c)){
while($r = @mysql_fetch_array($p)){
echo $r[titre];
if ($vote == '1')
{
echo $r[titre].' a reçu '.$r[nb_vote].' voix';
}
else
{
echo '<a href="#" onClick="openwindow('../vote/vote.php?id='.$r[id].'','','width=180,height=350')">Voter pour <b>'.$r[titre].'</b></a> ('.$r[nb_vote].' voix)';
}
...
Si vous trouvez un truc faites moi siiiignneee!!!
@++
Bonne continuation pour le site!
Ostead |