Hey, anyone know how to search files in entire directory (containing subdirectories)for a single word? is_dir isn't helping. Is there a snippet out there???
webaugur.com has a neat little script out there that prints directories.
I would modify that script with
if ($dir contains foo) {
}
I hope that helps.
Heather