Author Topic: phpinfo()  (Read 12535 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
phpinfo()
« on: February 19, 2006, 07:30:56 PM »
If you've been asked to look into your phpinfo or provide a link to it and you dont know what does that mean, here is a little explanation.

phpinfo is a function in PHP that shows the information about the PHP on your server. To get that information simply create a new text file phpinfo.php (the name is your choice, make sure extension is php) with the following contents:
Code: [Select]
<?php
phpinfo
();
?>
Then upload this file to your web server and execute it by typing in the address bar: http://your address/path/to/phpinfo/file/phpinfo.php
It should show you the PHP settings on your server.

Update
Since v1.7.2 phpinfo() can be found in ACP (Admin Control Panel)
« Last Edit: June 28, 2006, 12:37:23 AM by V@no »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)