Finding info inside a PHP file

  • Thread starter Thread starter Joseph Butler
  • Start date Start date
J

Joseph Butler

I program using the scripting language PHP and upon
occasion need to find data within a .php file... I
noticed that the search build into Windows XP does not
search through the .php files.... how can I make Windows
XP do this?
 
Joseph said:
I program using the scripting language PHP and upon
occasion need to find data within a .php file... I
noticed that the search build into Windows XP does not
search through the .php files.... how can I make Windows
XP do this?

You need to add the appropriate registry key that tells Windows to search
these as a normal text file. Doug Knox has written a small utility that
will add the appopriate registry keys. For info and a link to download
see http://www.dougknox.com/xp/scripts_desc/xp_fix_search.htm.
--
Tom Porterfield
MS-MVP Windows XP & Smart Display
http://mywebpages.comcast.net/tp.porterfield/support

Please post all follow-ups to the newsgroup only.
 
-----Original Message-----


You need to add the appropriate registry key that tells Windows to search
these as a normal text file. Doug Knox has written a small utility that
will add the appopriate registry keys. For info and a link to download
see http://www.dougknox.com/xp/scripts_desc/xp_fix_search.htm.
--
Tom Porterfield
MS-MVP Windows XP & Smart Display
http://mywebpages.comcast.net/tp.porterfield/support

Please post all follow-ups to the newsgroup only.


.
Thank you Tom. I can finally search through the
scripts / files that I have created..

Thanks a million.

With Warmest Regards,

Joseph Butler
 
Back
Top