I'm using Red Hat 8.0 and php is installed on my box:
[mike@localhost mike]$ rpm -qa | grep php
php-4.2.2-8.0.7
php-imap-4.2.2-8.0.7
php-ldap-4.2.2-8.0.7
I try to run the php file from command line with no success.
How can I run the php code from the command line?
Thanks