• Hello,

    Could anyone please tell me how to search from where so and so php file called into some other php file..?

    Any php editor or software that helps me to find with a ‘word’ and searching all php files ? so i can find that php file easily..?

    Is that possible? if YES, how..?

    waiting for your replies..

Viewing 2 replies - 1 through 2 (of 2 total)
  • On Windows; Microsoft WebMatrix allows you to perform a search for specific strings of text in the entire WordPress install. (it also runs WordPress/PHP/MySQL locally on your PC – quite a useful app)

    Also Windows: You can use FindStringInDirectory – an app I actually wrote myself.

    Adobe Dreamweaver can do this too, but it’s tricky to set up. It runs on Mac & Windows, which you probably know… It’s also rather pricey.

    Oh; and on Linux nothing beats Grep and a well formed regular expression.

    Thread Starter abc3495

    (@abc3495)

    tHANKS A lot bro! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to search a php file that is called from other php file?’ is closed to new replies.