phpinfo()



to view the setings on a php server you simply create a file called:phpinfo.php

and put this code in it:
Code
echo phpinfo();


then upload to your website and open it with your browser and you will see all the information and configurations of your php