Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/12/2011, 04:32
TheCastor
 
Fecha de Ingreso: junio-2011
Mensajes: 68
Antigüedad: 12 años, 10 meses
Puntos: 4
Respuesta: Warning: mysql_fetch_array()

Si le estubiese pasando un false no crees que entonces no me modificaria la base de datos o no me eliminaria la imagen?

De todos modos he hecho el echo y me muestra esto cuando solo selecciono una imagen a borrar

select * from imagenes where id_imagen in (2)

y esto cuando selecciono 2 o mas

select * from imagenes where id_imagen in (2,3)