Articles in Basics Category

Guidelines

Categories

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();
?>

More Articles in 'Basics' Category

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.