Ver originalforeach (glob("*.jpg") as $file) { $datos = exif_read_data($file); echo "Fecha: ".$datos['FileDateTime']."<br />"; }