include("config.php"); $arq = "$dir\\fotos.dat"; if (file_exists($arq)) { $lines = file($arq); $clines = count($lines); for($x=0;$x<$clines; $x++) { echo trocastr($lines[$x]); } } ?>