Search for text in php file (Windows)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpHappy
Forum Commoner
Posts: 33
Joined: Wed Oct 26, 2011 1:58 pm

Search for text in php file (Windows)

Post by phpHappy »

Hello, Windows doesn't search inside .php files. The main editor I use will search an open file but I was hoping someone could direct me to an explorer or editor program that would search through entire folders.
Thanks
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Search for text in php file (Windows)

Post by Celauran »

Notepad++ has a Find in Files function, as do most IDEs.
phpHappy
Forum Commoner
Posts: 33
Joined: Wed Oct 26, 2011 1:58 pm

Re: Search for text in php file (Windows)

Post by phpHappy »

I do have Notepad++
I will check that out.
Thank you very much.
Post Reply