PHP_VERSION: The version of PHP in use : Php Environment « Development « PHP






PHP_VERSION: The version of PHP in use

<?
echo "<br>I am using ".PHP_VERSION;
?>

           
       








Related examples in the same category

1.A script to test phpinfo()
2.PHP_OS: The operating system using PHP
3.Get Php environment information