aldm Posted March 27, 2011 Share Posted March 27, 2011 Hi, I have a problem. I'm working on one project. I want to find file which contains site logo words. Ftp has a tone of files, so I can't search file by file. I guess there is no way to get content of .php file in string? So I can set it in loop and compare content of all files with related words. Is there any tool which I can use for this? Thanks in advance, Amer Link to comment https://forums.phpfreaks.com/topic/231853-tool-for-search-for-words-on-ftp/ Share on other sites More sharing options...
Ionisis Posted March 30, 2011 Share Posted March 30, 2011 readfile() gets the content of a file and spits it out. file_get_contents will assign it's contents to a variable. Link to comment https://forums.phpfreaks.com/topic/231853-tool-for-search-for-words-on-ftp/#findComment-1194268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.