<?php
// Show the PHP configuration
phpinfo();
?>
It will list the PHP configuration including all the modules in alphabetical order including their settings. If you have mysqli it will appear between mbstring and mysqlnd – assuming those modules are included in the PHP configuration. Remember to delete it or move to another directory afterwards.Page created in 1.033 seconds with 14 queries.