
09/01/2006, 11:26
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 65
Antigüedad: 19 años, 10 meses Puntos: 0 | |
Cita:
Iniciado por Apal Código PHP: <?PHP
$mailheaders2 = "From: $nosotros <$nosotros>\n";
if(mail($to, $subject, $msg, $mailheaders)){
if(mail($email, $subject2, $msg2, $mailheaders2)){
echo "<meta http-equiv='refresh' content='1;URL=mail_enviado.php'>";
</script>";
//header("Location: mail_enviado.php");
}else {
echo "<meta http-equiv='refresh' content='1;URL=mail_enviado.php'>";
}
}else{
echo "<meta http-equiv='refresh' content='1;URL=mail_enviado.php'>";
}
?> Código PHP: <?PHP
$mailheaders2 = "From: $nosotros <$nosotros>\n";
if(mail($to, $subject, $msg, $mailheaders)){
if(mail($email, $subject2, $msg2, $mailheaders2)){
echo "<meta http-equiv='refresh' content='1;URL=mail_enviado.php'>";
echo "</script>";
//header("Location: mail_enviado.php");
}else {
echo "<meta http-equiv='refresh' content='1;URL=mail_enviado.php'>";
}
}else{
echo "<meta http-equiv='refresh' content='1;URL=mail_enviado.php'>";
}
?>
__________________ There is no place like 127.0.0.1 |