Originally posted by jerdo
<?php
phpinfo();
?>
Or from the command line (if you have command line php) php -v [/B]
thanks...i tried php -v but got the following:
bash-2.02$ php -v
bash: php: command not found
also tried which php, where php...still no luck.