2007-11
Use “phpversion()” to find out what version of the interpreter you are using. You can also use the command line “php --version” for the same result.
<?php echo phpversion(); ?>