If you don’t have php info page in the server create a sample info.php page and upload it in the server
Name the file as info.php
the php file contains one single code as follows
<?php phpinfo() ?> -> save this code in ths notepad
Now upload the file in the server and view it in the browser
once you view this page it shows all the php settings and values.It is very useful for php installation.