Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2003, 03:26
Avatar de stanmx
stanmx
 
Fecha de Ingreso: noviembre-2002
Ubicación: Tijuana
Mensajes: 192
Antigüedad: 21 años, 5 meses
Puntos: 0
<html>
<head>
<title>thanks</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php
if($sentemail == "2"){
include("sorry.php");

}else{

$num = $sentmessage + 1;
setcookie("sentemail","$num",time()+600); //set the cookie

$email = "Sender Name:\t$name\nSender E- Mail:\t$thereemail\nMessage:\t$message\nIP:\t$RE
MOTE_ADDR\n\n";
$to = "[email protected]";
$subject = "Site Message";
$mailheaders = "From: $thereemail <> \n";
$mailheaders .= "Reply-To: $thereemail\n\n";
mail($to, $subject, $email, $mailheaders);
include("thanksecho.php");
}
?>

</body>
</html>


este es el codigo? donde esta el error entonceS?
__________________
STANMX • Buscando la accesibilidad :arriba: