Show PHP settings

Skip to main content
Du bist hier:
Drucken

Show PHP settings

Show PHP settings

  1. Using a text editor, create a file called info.php with the following contents
    <?PHP
    ;phpinfo ()
    ?>
  2. Then upload the file via FTP to the folder ‘htmldocs’.
  3. Open the uploaded file via your browser. All PHP settings are now displayed.

For security reasons, please delete the info.php file from your server as soon as you no longer need it.

Related Post