Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/02/2013, 07:25
wani1985
 
Fecha de Ingreso: abril-2010
Mensajes: 62
Antigüedad: 14 años
Puntos: 0
Respuesta: Excluir registros votaciones

Solución por si ha alguien le hace falta

SELECT * FROM peliculas WHERE id NOT IN (SELECT id FROM votos WHERE ip='$ip') ORDER BY RAND() LIMIT 1

Gracias por vuestras repuestas han sido de inspiración