Ver Mensaje Individual
  #10 (permalink)  
Antiguo 18/03/2009, 09:30
manumar
 
Fecha de Ingreso: marzo-2009
Ubicación: yokze
Mensajes: 177
Antigüedad: 15 años, 1 mes
Puntos: 3
Respuesta: Problema Codificacion de caracteres (extraño a mi parecer)

Avanzamos:
En vez de entrar en panel.php y q este me incluya el inicio.php ejecuté directamente el inicio.php y me lo hace bien, es decir que el problema está en el panel.php

En la cabezera lo que tengo es
Código:
<?
session_start();
if ($_SESSION['Correo'] and $_SESSION['Pass'] and $_SESSION['Rango']) {
include ("widgets.php");
?>
<html xmlns="h  ttp ://w ww .w3.or g/1999/xhtml" xml:lang="es" lang="es">
<head>
<title>Bienvenido a tu panel <? echo $_SESSION['Nombre'];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="estilo/estilo.css" rel="stylesheet" type="text/css" />

</head>
<body id="body">
<table id="bas.....
(Puse la url esa con espacios xq sino me dice q hago spam jiji xD)