Ver Mensaje Individual
  #14 (permalink)  
Antiguo 18/08/2003, 23:12
Avatar de masterwww
masterwww
 
Fecha de Ingreso: enero-2002
Ubicación: Toluca
Mensajes: 1.260
Antigüedad: 22 años, 3 meses
Puntos: 1
haber si entendi, con el mismo template, y poniendo:

<?php

$thefile = \"$MINOTICIA.txt\";
if (file_exists($thefile))
{
include(\"$thefile\");
}
else
{
include(\"error.txt\");
}

?>

tendria que hacer INDEX.PHP y ahi meto eso, y para otra noticia tengo que meter el mismo template de index.php en: otrapagina.php y ahi meto ese codigo para que salga el texto?
__________________
Visita mi Blog

GarageBlog.com