Web Hosting Talk







View Full Version : Finding PHP file on linux using PHP


nick[x1]
08-10-2004, 03:08 PM
I need to find the path to php like on cpanel its /usr/bin/php but i need to find where it is.
I have tried phpinfo and looked on php.net and didnt really find anything but phpinfo.

help :eek:

zupanm
08-10-2004, 03:45 PM
if safe_mode is off you can use the which shell command


[root@caiso2 root]# which php
/usr/bin/php