
01/05/2011, 19:35
|
| | Fecha de Ingreso: septiembre-2010
Mensajes: 92
Antigüedad: 14 años, 5 meses Puntos: 1 | |
Respuesta: problema con ñ... ¡¡¡Resolví !!!
Puse esto:
<?php include ("../conexion.php") ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
en el lugar de:
<?php include ("../conexion.php") ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=charset=utf-8" />
Gracias por la paciencia y...hasta la proxima |