Posted by David Haynes on 03/20/06 02:52
Ian Collins wrote:
> mysitesucks@gmail.com wrote:
>> What would the path look like to fetch a script on my site?
>>
> Try 'which php', failing that, try looking in /usr/local.
>
or if you are really stuck:
find / -type f -name php -print
[Back to original message]
|