Ver Mensaje Individual
  #15 (permalink)  
Antiguo 17/06/2008, 09:08
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Respuesta: Mostrat imagen desde Sessiones ¡¡¡

Si llamas directamente a verfoto.php con este código que te muestra:
Código PHP:
<?php
session_start
();
//header("Content-type: ".$_SESSION["btipo"]);
//echo $_SESSION["bconte"];
var_dump$_SESSION );
?>
Saludos.