Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/05/2008, 09:31
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: SELECT * FROM table WHERE campo IN $array

Hola scout_vlc,

Tienes que usar implode:
Código PHP:
$claves "select clave from realizados where nomartista in ("implode"," $nombres ) .")";
print_r ($claves); 
Saludos.