dsadasdsad
Copy and paste the code below into a plain text editor, and save it on your computer as a file called phpinfo.php
<?php phpinfo(); ?>
Upload the file you just created to your server. Make sure that you put it in a working website directory. If you are unsure how to do this, you can refer to this page in our wiki.
In your web browser, run the program by typing the full address of where you put it. For example:
http://www.example.com/phpinfo.php
You will immediately see a detailed page that shows you all of the information on the current build of your PHP, such as the example below:
For more on the phpinfo function, see: http://www.php.net/phpinfo