foreach (file('access.log') AS $value) { if (preg_match("#\.gif#i",$value)) { echo $value.'<br>'; } }