Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/02/2003, 10:05
Avatar de Phobos
Phobos
 
Fecha de Ingreso: abril-2001
Ubicación: sentado frente a un pc prestado
Mensajes: 375
Antigüedad: 23 años
Puntos: 2
al final lo deje asi:

Código PHP:

if ($item_fuera){ 
$i=0;
      foreach(
$itemsEnCesta as $k => $v)
      { 
         if (
$item_fuera==$k){ 
        
array_splice($itemsEnCesta,$i,1);
         }
   
$i++; 
      } } 
y funciono