check/display/view php configuration

save the following to a php file say test.php  or checkphp.php and put it in a place accesible thru your webserver

<?php
  phpinfo();
?>

http://yoursiteipandpath/checkphp.php should give you the current php configuration

Leave a Reply

You must be logged in to post a comment.