How do I create a PHP info page?

You can display the servers PHP configuration and what modules are currently loaded using a PHP info page.

 
To create one, simple open a text editor such as Notepad and enter:
 
 
<?php
phpinfo();
?>
 
 
Save the file as file type "any" and name it "phpinfo.php" for example.
 
Upload it to a public folder in your account and then access it in your browser.
  • php, php info
  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How do I set the PHP version for a directory?

We understand that sometimes you may install multiple apps that will require different PHP...

How to choose PHP version on Linux hosting?

To choose your PHP version:In cPanel go to "Software/Services"Click "Select PHP Version"Click the...