Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/06/2005, 20:08
Avatar de Artemier
Artemier
 
Fecha de Ingreso: junio-2005
Mensajes: 38
Antigüedad: 18 años, 10 meses
Puntos: 0
aka ta

mira echal una ojeada a este php,, y cambia lo que estimes conveniente, o sea modificalo para meter tus variables...y tu correo,,

por ejemplo

$contenido= $_POST["lavariabledeflashqetienes"];

asi sucesivamente

saludos

Artemier

<?php
if(isset($_POST["nombre"]) && isset($_POST["titulo"]) && isset($_POST["mail"]) && isset($_POST["mensaje"]) ){
$fecha = date("D-M-y H:i");
$mymail = "[email protected]";
$subject = "Formulario Web: ".$_POST["titulo"];
$contenido = $_POST["nombre"]." Escribio :\n";
$contenido .= $_POST["mensaje"]."\n\n";
$contenido .= "el mensaje se escribio el ".$fecha;
$header = "From:".$_POST["mail"]."\nReply-To:".$_POST["mail"]."\n";
$header .= "X-Mailer:PHP/".phpversion()."\n";
$header .= "Mime-Version: 1.0\n";
$header .= "Content-Type: text/plain";
mail($mymail, $subject, utf8_decode($contenido) ,$header);
echo "&estatus=ok&";
}
?>
__________________
...y la nieve cubrió mis huellas para nunca volver atrás.

Artemier D'artagnan Lerton

:ojotes: