Hello folks,
To know what PHP version installed, modules compiled & paratemer set on your shared hosting server, you need to create a file called phpinfo.php (any name that you want) in your website's root directory and enter the following code in the file.
Quote
<?php
phpinfo();
?>
Save the file and open it in a browser, URL should be "
yourwebsite.com/phpinfo.php" and it will give all the information which is related to PHP which is compiled on your shared hosting server.
That's it, Enjoy !! :) ;) :)