Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/11/2012, 03:03
tumbero_x
 
Fecha de Ingreso: octubre-2010
Ubicación: Buenos Aires
Mensajes: 557
Antigüedad: 14 años, 1 mes
Puntos: 4
Respuesta: Problemas con array

gracias andresdzphp ya lo solucione
Código PHP:
Ver original
  1. $num   = array();
  2. $h='cid:imagen';
  3. $i=0;
  4. foreach($texto3 as $texto4)
  5. {
  6.      $mail->AddEmbeddedImage($_SERVER['DOCUMENT_ROOT']."/gestion/".$texto4,'imagen'.$i,$texto4);
  7.     $num[]=$h.$i;
  8.                                    
  9. $i++;  
  10.     }
  11. $nuevoContenido=str_replace($texto3,$num,$t);
Saludos a todos!!!