Ver Mensaje Individual
  #10 (permalink)  
Antiguo 20/12/2011, 07:38
Avatar de SirDuque
SirDuque
 
Fecha de Ingreso: febrero-2009
Ubicación: Paso del Rey, Buenos Aires, Argentina
Mensajes: 975
Antigüedad: 15 años, 3 meses
Puntos: 89
Respuesta: Problemas con bucle while

Agregale este for abajo:

Código PHP:
for( $i 0$i count($fila5); $i++) 

 if( !
in_array($fila5[$i], $fila4) )
 { 
mysql_query("DELETE FROM manufacturer WHERE manufacturer_id WHERE manufacturer_id = ".$fila5[$i] ,Conectarse::remota());
 } 

__________________
Mono programando!
twitter.com/eguimariano