Ver Mensaje Individual
  #11 (permalink)  
Antiguo 30/03/2004, 22:23
Avatar de Reynier
Reynier
 
Fecha de Ingreso: noviembre-2002
Ubicación: Por ahí en algún sitio
Mensajes: 1.844
Antigüedad: 21 años, 5 meses
Puntos: 1
Prueba así

Tidus prueba así a ver:
Código PHP:
<?
 ob_start
();
?>
<html>
<head>
<title>:: Genes Pok&eacute;mon ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
$destinatario
="[email protected]";
$comentarios="Datos del solicitante" "\n\n" ."Nombre: " $_POST['nombre']. "\n\n" "E-Mail: " $_POST['mail']. "\n\n" "Nick: " $_POST['nick']. "\n\n" "Contraseña: " $_POST['contraseña']. "\n\n" "¿Trabajas para otras webs?: " . $$_POST['trabajas']. "\n\n" "Comentarios: " "\n\n"$_POST['comentarios'];
if(
mail($destinatario,"Quiero ser Reportero de Genes Pokémon",$comentarios,"De:$mail")){
 
header("Location: reportero.php");
}else{
 
header("Location:paginadondesemuestranloserrores.php");
}
?>
</body>
</html>
<?
 ob_end_flush
();
?>
Salu2
__________________
Ing. Reynier Pérez Mira

Última edición por Reynier; 30/03/2004 a las 22:27