May 10
6
Need PHP Server Information
Leave a comment »
If you ever need to get your php server setting information, the easiest way is to create a file called phpinfo.php and then drop the following information into the file:
<?php
phpinfo();
?>
FTP the file up to your server and then go to it with your browser.