21/06/2010, 15:04
|
| | | Fecha de Ingreso: marzo-2008
Mensajes: 515
Antigüedad: 16 años, 8 meses Puntos: 10 | |
Respuesta: formulario radio button a distintos emails se te colo una linea: Código PHP: //esta (sacale las llaves si no son necesarias)
$message .= $_POST["seleccion"];
$headers = "From:[email protected]\r\n".
'X-Mailer: PHP/' . phpversion() . "\r\n" .
"MIME-Version: 1.0\r\n" .
"Content-Type: text/html; charset=utf-8\r\n" .
"Content-Transfer-Encoding: 8bit\r\n\r\n";
Funcion mail() aqui esta clarisimo: http://php.net/manual/es/function.mail.php |