| Searching PHP file contents in Windows |
|
|
|
| Friday, 14 September 2007 | |
|
Ever tried to search for words within PHP files? Can be something you need to do when you have changed a variable name or a link. This one was easy - once we knew how to fix it. Seems like the Microsoft full-text search on files and folders ignores files with the ending PHP. Simply create a .reg file (any filename with the extension "reg" - so it's called filename.reg) and insert the following text into it: Windows Registry Editor Version 5.00 Then, double-click the file. Confirm all messages - and voila, when you search "files and folders", you'll be able to search for words within PHP files too! |





