Hi all
How can I check for a string of text in a folder of php files without opening up each file and manually looking(by manually looking I mean ctrl + f)?
I have windows vista and use a program called editplus for my coding if that is any use.
Thanks
I use Notepad++ for editing, which has a “Find In Files” ability.
Thanks starlion that was exactly the command I was looking for find in files
In Vista you could have also used the search box, navigate to the folder in question then type content:“my string” I’ve used it a lot to search for specific code snipplets though the PHP source code.