Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/04/2010, 10:32
pichurro
 
Fecha de Ingreso: abril-2010
Ubicación: Maracay Venezuela
Mensajes: 5
Antigüedad: 14 años
Puntos: 0
Respuesta: Tildes o ñ, no salen al pasar archivo ajax

Hola que tal intenta haciendo lo siguiente:

Código PHP:
<? 
session_start
(); 
header('Content-Type: text/html; charset=iso-8859-1');
include(
"conec.php");?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es"> 
<head> 
<title>ón-line e_VetCop</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<link rel="stylesheet" href="styles.css" type="text/css" /> 
<script type="text/javascript" src="javascript/funciones_ajax.js"></script> 
</head> 
<body> 
etó es un émeplo<br /> 
<? echo 'esá es otrá prueba'?>     
</body> 
</html>

Última edición por JavierB; 23/04/2010 a las 11:03 Razón: Borrar firma