Tweet
Escrito 30 octubre 2006 - 02:31
Escrito 16 marzo 2010 - 09:00
elQuique, en 09 noviembre 2006 - 02:26 , dijo:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
$nombre = $_POST['nombre'];
$mail = $_POST['mail'];
$header = 'From: ' . $mail . " \r\n";
$header .= "X-Mailer: PHP/" . phpversion() . " \r\n";
$header .= "Mime-Version: 1.0 \r\n";
$header .= "Content-Type: text/plain";
$mensaje = "Este mensaje fue enviado por " . $nombre ." \r\n";
$mensaje .= "Su e-mail es: " . $mail . " \r\n";
$mensaje .= "Mensaje: " . $_POST['mensaje'] . " \r\n";
$mensaje .= "Enviado el " . date('d/m/Y', time());
$para = '[email protected]';
$asunto = 'www.loneraortiz.com';
mail($para, $asunto, utf8_decode($mensaje), $header);
?>
</body>
</html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form action="send.php" method="post" enctype="Text/pain" name="contacto" id="Contacto">
<p>
<label>Nombre:
<input name="nombre" type="text" id="nombre">
</label>
</p>
<p>
<label>e-mail:
<input name="mail" type="text" id="mail">
</label>
</p>
<p>
<label>Mensaje:
<textarea name="mensaje" cols="50" rows="5" id="mensaje"></textarea>
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Enviar">
</label>
</p>
</form>
</body>
</html>
Escrito 19 marzo 2010 - 01:32
Escrito 20 marzo 2010 - 12:58
Escrito 23 marzo 2010 - 01:04
Escrito 27 marzo 2010 - 02:48
Escrito 06 abril 2010 - 06:00
Marca
Marca
Escrito 16 abril 2010 - 03:21
Escrito 08 julio 2010 - 09:45
Marca
Escrito 08 julio 2010 - 10:02
vlokos69, en 08 julio 2010 - 06:45 , dijo:
Escrito 07 noviembre 2010 - 04:43
Escrito 27 abril 2011 - 01:53
Sitios Amigos: Tutoriales gratis | GuiaHosting | Foros de ComunidadHosting | Unidominios |