Ver Mensaje Individual
  #7 (permalink)  
Antiguo 24/05/2011, 08:26
igonfil
 
Fecha de Ingreso: junio-2008
Mensajes: 250
Antigüedad: 16 años, 9 meses
Puntos: 1
Respuesta: Problemas con los acentos y la ñ

aquí dejo el formulario por si se debe a algo de el.

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
<
head>
<
meta name=description content="">
<
meta name=keywords content="">
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<
meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<
meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<
meta http-equiv="Content-Type" content="text/html; charset=iso-10646" />
    <
title>M&#65533;ndanos tus comentarios</title> 
</head

<
body bgcolor="#cccc66" text="#003300" link="#006060" vlink="#006060"

<
form action="formularioemail2.php" method="post" 
Nombre: <input type=text name="nombre" size=16>
<
br
Email: <input type=text name="email" size=16
<
br
Comentarios: <textarea name="mensaje" cols=32 rows=6></textarea
<
br
<
input type=submit value="Enviar"
</
form

</
body
</
html