Ver Mensaje Individual
  #9 (permalink)  
Antiguo 01/08/2013, 17:52
diego_weichafe
 
Fecha de Ingreso: enero-2013
Ubicación: santiago de chile
Mensajes: 9
Antigüedad: 11 años, 3 meses
Puntos: 0
Respuesta: Protejer directorio web y acceder solo con $_SESSION

si...por que tengo un archivo "header.php" que esta incluido siempre al inicio con

Código PHP:
Ver original
  1. <?php include("head.php"); ?>

que incluye dentro

Código PHP:
Ver original
  1. <?php
  2. ob_start(); // outer buffer
  3. ob_start(); // inner buffer to catch URL rewrites and other post processing
  4. ?>