09 Sep 2010
Support Center
»
Knowledgebase
»
PHP info file
PHP info file
Solution
All versions of PHP come with a very simple and endlessly useful information function:
PHP Code:
phpinfo();
Calling this function inside a PHP page will list all of your PHP configuration information in a tabular format
This information is useful for the purposes of posting, debugging software issues
1. Open up a simple text editor like Notepad or Textpad (not Microsoft Word or similar).
2. Paste in the following PHP code:
PHP Code:
< ? php
phpinfo();
?>
3. Save the file as phpinfo.php.
4. Upload to your webserver.
Article Details
Article ID:
138
Created On:
12 Jun 2009 08:32 PM
This answer was helpful
This answer was not helpful
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Troubleshooter
Article Options
< ! --
Add Comment
-- >
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Troubleshooter
|
News
|
Downloads
Language:
English (U.S.)
Help Desk Software By Kayako SupportSuite v3.11.01