Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/03/2004, 08:57
Tidus_18
 
Fecha de Ingreso: enero-2004
Ubicación: En un lugar donde abunda la MaGiA
Mensajes: 98
Antigüedad: 20 años, 3 meses
Puntos: 0
es este:

<html>
<head>
<title>:: Genes Pok&eacute;mon ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?

$reporteros = "[email protected]";

$body = "Nombre: $nombre";
$body .= "E-Mail: $mail";
$body = "Nick: $nick";
$body .= "Contraseña: $contraseña";
$body .= "¿Trabajas para otra Web?: $trabajas";
$body .= "Comentarios: $comentarios";

mail("[email protected]", "Quiero ser Reportero de Genes Pokémon", $body, "From: $reporteros");

?>

</body>
</html>
__________________
Un buen foro_Para aprender PHP