To get the PHP version or modules installed on a server, simply run a function in a php file.
The following example shows how to obtain all the information regarding the installed version of PHP for your hosting account.
<?php
phpinfo();
?>
To get the PHP version or modules installed on a server, simply run a function in a php file.
The following example shows how to obtain all the information regarding the installed version of PHP for your hosting account.
<?php
phpinfo();
?>