host prohibits shell_exec()
Casey wrote:
On Apr 12, 2008, at 12:13 PM, Al <news@xxxxxxxxxxxxx> wrote:
I need a simple utility that simulates GREP to find a certain string
in any php files on my website.
Site is on a shared host w/o shell access so I can't run GREP.
I can write a PHP scrip to do it; but, this is a one time thing and I
was hoping to find something to save me the effort.
Thanks....
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
<?php shell_exec('grep ...'); ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php