Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/12/2010, 07:43
yop289
 
Fecha de Ingreso: diciembre-2010
Mensajes: 61
Antigüedad: 13 años, 4 meses
Puntos: 4
Respuesta: Como hacer que mysql lea los acentos

Define el documento de esta manera:


<!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=utf-8" />
.........


........
<body>
....
<?php echo row[4];?> En principio te tendrían que salir todos los acentos...
....

</body>