Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/07/2003, 13:54
Herminio Heredia San
 
Fecha de Ingreso: septiembre-2001
Ubicación: Monterrey
Mensajes: 663
Antigüedad: 22 años, 7 meses
Puntos: 6
Usa la funcion filemtime()
Código PHP:
$archivo 'archivo.txt';
if ( 
file_exists$archivo ) ) 
{
     echo 
"$archivo, ultima modificacion: " date "F d Y H:i:s."filemtime$archivo ) );
}
clearstatcache ( ); 
Para mas detalles visita el manual http://www.php.net/manual/en/function.filemtime.php