Create a new text document in your Sites folder named info.php.
Enter this into the doc:
<?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo(8) yields identical results. phpinfo(INFO_MODULES); ?>
Test it at http://127.0.0.1/~yourusername/info.php


Leave a Reply