tengo un bucle:
Código PHP:
while ($row2=mysql_fetch_array($result2)){
}
Para luego mostrar en la pagina..
probe con esto pero no m funciono..
Código PHP:
while ($row2=mysql_fetch_array($result2)){
$nicks = ($nicks . "," . $row2[nick]);
}