Categories

Articles in Basics Category

Getting Information about PHP Installation

Want to know the version, installed modules etc of your PHP installation? Copy following PHP content to a file (phpinfo.php) and run it. Then it will show you a long list of categorized details about the PHP installation.

<?php
phpinfo();
?>
Share with Your Peers ...

Where to Head from Here...
We Value Your Feedback...

We love to hear what you think about this article. Please provide your opinion, suggestions and improvements using following form. Note that submitted feedback is not displayed but we will get back to you if it needs a reply.