Hi,
Sometime you needed the full path of your PHP installation. If you are not sure about the full path of your PHP installation, you can obtain it from SSH. Just use the following command to get the path:
which php
The above command will give you the php path as an output.
Kailash