A ver, tengo lo siguiente:
INDEX.PHP:
Código 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" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $titulo;?></title>
<link href="<?php echo $img."favicon.ico";?>" type="image/x-icon" rel="shortcut icon" />
</head>
<body>
include('archivo2.php');
</body>
</html>
ARCHIVO2.PHP
Código PHP:
ññÑÑÑ
éíóú
etc etc
y algunos datos mas sacados de mysql, con exactamente el mismo problema
si cargo archivo2.php se ve bien, si cargo index.php, el contrenido de archivo2.php mediante el include, se ven rombos con interrogaciones y caracteres raros...
����� ��������� ��������� ��������� ����
qué hago mal? :(