
28/05/2009, 17:06
|
 | Colaborador | | Fecha de Ingreso: mayo-2009 Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años, 9 meses Puntos: 1517 | |
Respuesta: problemas con header las lineas serian así
<?php
header("Content-Type: text/xml; charset=ISO-8859-1");
?>
<html>
<head>
<title>Pagina web</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body>
</body>
</html> |