Searching PHP scripts for text strings
Posted: Tue Sep 09, 2014 8:33 am
Hi,
I tried a google search to solve this and found nothing. I tried searching this site and it didn't like my key words so I guess I am stuck on this one.
I tried a Windows 7 search to look for text strings within my php scripts but it does not search .php scripts. Is there a low cost or free utility to search for text strings within .php scripts. Preferably something that can list the whole line where the string is located and the script it came from. It would be best if it could search for "_SESSION*MyString" using wild card characters (even better if it could use regular expressions like unix Sed/Awk can). Again this is Win 7. I am using XAMPP.
Thanks,
John
I tried a google search to solve this and found nothing. I tried searching this site and it didn't like my key words so I guess I am stuck on this one.
I tried a Windows 7 search to look for text strings within my php scripts but it does not search .php scripts. Is there a low cost or free utility to search for text strings within .php scripts. Preferably something that can list the whole line where the string is located and the script it came from. It would be best if it could search for "_SESSION*MyString" using wild card characters (even better if it could use regular expressions like unix Sed/Awk can). Again this is Win 7. I am using XAMPP.
Thanks,
John