In this article:
Create a new PHP file in your htdocs/ directory, for example 'phpinfo.php', and type in:
<?php phpinfo(); ?>
Then, load that page in your browser to see a complete list of modules and other useful information.
You should delete this file when you are done with it as it contains potentially sensitive information.
Comments
0 comments
Please sign in to leave a comment.