/ Published in: PHP
An Utility to Search Text in All Files of Any Directory in PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Here is a simple utility created in PHP which searches text in all the files of given folder. It expects two parameter, first parameter as text to be search and second parameter as folder path. If second parameter is not provided then it will search in current directory.