Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/11/2007, 10:35
manuel_slp
 
Fecha de Ingreso: noviembre-2007
Mensajes: 11
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: Problema envio formulario

SIGUE MOSTRANDOME LA PAGINA EN BLANCO...

LES PONGO DE NUEVO EL CODIGO....

Código:
<html>
<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gracias por su comentario</title>
</head>
<body style="background-attachment: fixed; text-align:center" background="bg.jpg" >
<? php

	$nombre = $_POST["txtNombre"];
	$dir = $_POST ["txtDireccion"];
	$tel = $_POST ["txtTelefono"];
	$comp = $_POST ["txtCompania"];
	$correo = $_POST"'txtCorreo"];
	$art = $_POST["art"];
	$msj = $_POST["txtMsj"];
	$cont = $_POST ["opc1"];

	$asunto = "Comentario página"
	
	$header = “From:" $nombre "<" $correo ">;
                     $enviarformulario = mail("[email protected]", $asunto,   

      nombre: $nombre 
      Direccion: $dir 
      Telefono: $tel 
      Compañia: $comp 
      E-mail: $correo 
      Articulo: $art 
      Contacta: $cont 
      mensaje: $msj"); 
     
     
    echo "Gracias por tu mensaje" 
 
?>


<img src="bannerShar.jpg">
</body>
</html>