I am in need of using PHP from the command line. When I type
php ....
The system says:
-bash: php: command not found
Now, I know for fact that PHP is up and running b/c it hosts my drupal site. I'm not sure how to find the program. I'm searching through the directories for the path without any success.
What am I missing?
I am using Ubuntu Linux.
I have the following packages installed:
php5 install
php5-common install
php5-curl install
php5-gd install
php5-mcrypt install
php5-mysql install