To see the phpinfo of your php version you need to create a file and upload it to your web folder
the file should contain
<?
phpinfo();
?>
Then run it into your browser.
To see the phpinfo of your php version you need to create a file and upload it to your web folder
the file should contain
<?
phpinfo();
?>
Then run it into your browser.