Tema
:
Añadir variable y condicionar
Ver Mensaje Individual
#
5
(
permalink
)
31/03/2011, 14:09
SaveSolutions
Fecha de Ingreso: agosto-2009
Ubicación: El Salvador
Mensajes: 17
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Añadir variable y condicionar
FUNCIONÓ!!!! Quedó así:
$bcc1 = '
[email protected]
';
$bcc2 = $_POST['email_bcc'];
$bcc3 = array();
$bcc3[]= $bcc2;
if ( ! empty($bcc2)) $bcc3[]= $bcc2;
else $bcc3 = join(';', $bcc2);
$email -> bcc = $bcc1.$bcc3;
Muchísimas gracias por tu ayuda!
SaveSolutions
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de SaveSolutions