Ver Mensaje Individual
  #17 (permalink)  
Antiguo 18/04/2010, 13:33
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: Interpratar codigo PHP al abrir archivos con fopen()?

Ya funciona! Y sin tanto rollo.

Te agradezco mucho Pateketrueke!!!

Cita:
ob_start();
include $ruta;
$pagina = ob_get_contents();
ob_end_clean();
$fileList[$archivo] = $pagina;