0

I can't find informations about name of files e.g. "index.php" which using queries to databases, I need to find which file modify data in databases on machine where also is database:)

This file can use a script php mysql query, but I'm not sure, maybe not :/

There is any options to get list all such files on my system?

System is windows server 2008.

Thanks

Karol
  • 27
  • 6

1 Answers1

0

search contents in php files in Windows 7

 the following text editors can easily "Find all in open files" and even "Find all in folder(s)":

http://www.sublimetext.com/
http://notepad-plus-plus.org/

You just need to search sql keywords like UPDATE DELETE or CREATE with text editors.

Community
  • 1
  • 1
flofreelance
  • 944
  • 3
  • 14
  • 31
  • Thanks for your answer but i'm using notepad++ and have a lot of files in many directories, and name of table which is modify e.g. "table_name" I can't find in supposed folders. I need avoid searching in whole system with 1TB disc:) – Karol Jul 27 '16 at 07:31
  • Make a search on all php files on your computer and open all php files with notepad++ – flofreelance Jul 27 '16 at 09:29