Hi Folks,
Are there any free utilities I can download to use for searching for a particular word in files in my C:\web folder?
Thanks in advance,
Manny
Should be pretty simple to write yourself.
Just read the directory -- Read each file using a loop and get_file_contents(filename) -- then depending on what your looking for do a stristr(haystack,needle) or reg exp.