Vasiliy Boulytchev wrote:
> Ladies and Gents,
> 
> How can I tell what version of php I am running?  I've just upgraded and want to 
>know if it worked.
> 
> 
> can't i do something like this and pull it up with a browser?
> <?php
> phpinfo
> ?>
> 
> Any other way?

<?php
echo phpversion();
?>

PHP4.2.0 will have constant
<?php
echo PHP_VERSION;
?>

--
Yasuo Ohgaki

> 
> Thanks,
> 
> Vasiliy Boulytchev
> Colorado Information Technologies Inc.
> 



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to