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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.