How to create a PHPINFO file?

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

fr:Comment créer un fichier PHPINFO ?
This article has been created by an automatic translation software. You can view the article source here.

he:כיצד ליצור קובץ PHPINFO? ro:Cum de a crea un fişier de PHPINFO? ru:Как создать файл PHPINFO? pl:Jak utworzyć plik PHPINFO? ja:PHPINFO ファイルを作成する方法 ar:كيفية إنشاء ملف PHPINFO؟ zh:如何创建一个 PHPINFO 文件? de:Wie eine PHPINFO-Datei erstellen? nl:Hoe maak je een PHPINFO bestand? it:Come creare un file PHPINFO? pt:Como criar um arquivo PHPINFO? es:¿Cómo crear un archivo PHPINFO? en:How to create a PHPINFO file?

To know the php configuration that you use on your site web, just do it like this :


1- Create a file "phpinfo.php" dans votre répertoire httpdocs.

2- Insert the code below into the file "phpinfo.php" :

<?php phpinfo();?>

3- Visit your file "phpinfo.php"Like what http://votredomaine.com/phpinfo.php


You are not allowed to post comments.