
18/10/2008, 10:33
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses Puntos: 2135 | |
Respuesta: consulta mysql en array Hola bellleti,
Prueba eso:
Código php:
Ver original$sql = " SELECT * FROM herd WHERE herd_id in ('" . implode( ",", $arrayvaques ) . "') LIMIT 0 , 30 ";
Saludos. |