Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/06/2009, 16:57
rukiah
 
Fecha de Ingreso: mayo-2009
Mensajes: 18
Antigüedad: 15 años
Puntos: 0
Respuesta: Funcion fecha para que muestre los últimos archivos nuevos

gracias! con vuestra ayuda me ha salido ^^, puse esto:

function fechamod($nombre) {
$fecha= date("d/m/Y", filemtime($nombre));
echo "<li>".date("d/m/Y",filemtime($nombre));

if($fecha==date("d/m/Y"))
{
echo " <img src=\"new.gif\"></li>";

}
}