Need PHP Server Information

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.


Leave a Comment

Spam protection by WP Captcha-Free