PHP Info
From JumbaWiki
Viewing information about PHP
The first thing you can do is create a page that will display all the information about PHP. This can be handy if you are starting out as you are able to see what is installed module wise, as well as seeing what some of the "predefined variables" are.
phpinfo()
- Create a file called phpinfo.php and insert the following code:
<?php phpinfo(); ?>
- Save this file and upload it to Jumba.
- Open your browser and load the page you've created: http://www.yourdomain.com/phpinfo.php
- You should see something similar to the following:


