Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/12/2005, 21:19
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 1 mes
Puntos: 17
Código PHP:
<?php

$nombre
=$HTTP_GET_VARS["nombre"];
$email=$HTTP_GET_VARS["email"];
$firma=$HTTP_GET_VARS["firma"];
$telefono=$HTTP_GET_VARS["telefono"];
$web=$HTTP_GET_VARS["website"];
$motivo=$HTTP_GET_VARS["motivo"];
$comentario=$HTTP_GET_VARS["comentario"];

$destinatario="[email protected]";
$asunto="Consulta desde REPUESTOSUSA :: $motivo";
$cabeceras="From: $nombre<$email>\r\n";
$cabeceras .="Content-Type: text/html; charset=utf-8\r\n";

$texto="<img src=\"http://www.micromediaargentina.com.ar/image/logo.jpg\"></br><b></br>Consulta desde Website</b></br>";
$texto $texto "<b>Nombre :</b> " $nombre "</br>";
$texto $texto "<b>Email :</b> " $email "</br>";
$texto $texto "<b>Empresa :</b> " $firma "</br>";
$texto $texto "<b>Telefono :</b> " $telefono "</br>";
$texto $texto "<b>Website :</b> " $website "</br>";
$texto $texto "<b>Motivo :</b> " $motivo "</br>";
$texto $texto "<b>Comentario :</b> " $comentario "</br>";

mail ($destinatario $asunto $texto $cabeceras);

header("location:otrapagina.htm");
exit;
?>
Ahí modifiqué el código para que redireccione a otrapagina.htm, reemplaza esto por donde quieras redireccionar.

Por otra parte, el link que mandaste es el de la imagen
que está albergada en http://www.micromediaargentina.com.ar/image/logo.jpg