Support - Knowledge base

Giving you the answers you need

Why not try our knowledge base for instant help and advice to enhance your online experience with Register365? From within the knowledge base you can browse our frequently asked questions and find the right answers to help solve your queries.

Home  >  Scripting  >  PHP (Hypertext Preprocessor)  >  View Article

How can I see what PHP modules and environment variables are available on the server?

1*1*1*1*1*

Article

You can see all information relating to your PHP installation by using the function phpinfo().

For PHP4, save the following to a file called info.php. For PHP5, save it as info.php5

<?php phpinfo() ?>

Rate This Article

How useful was this article?

Not useful A little useful Useful Very useful Everything I needed