| You can check the list of PHP modules installed by simply creating a text file called phpinfo.php and type the following in the file:
<?php
phpinfo();
?>
Upload the file to your account and access the file via the web. You will be able to see the list of PHP modules installed. |