Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,289
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
If you’re unsure of what PHPINFO is, put this into a file called info.php on your web server, then access it with a browser at http://www.example.com/info.php and paste the info somewhere where we can see it.
<?php
phpinfo();
?>