Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/06/2010, 15:04
Avatar de wiwi74
wiwi74
 
Fecha de Ingreso: marzo-2008
Mensajes: 515
Antigüedad: 16 años, 2 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