> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Comment puis-je voir les limitations PHP pour mon compte?

# Les étapes pour voir la page phpinfo de votre serveur :

1.  [Connectez-vous à votre cPanel](https://help.ex2.com/fr/article/comment-me-connecter-a-mon-compte-cpanel-pqz10p/?bust=1676032517306)

2.  Ensuite, dans votre Gestionnaire de fichiers, créez le fichier *phpinfo.php* dans votre dossier public_html.

3.  Vous devez ajouter le code suivant à votre fichier *phpinfo.php* nouvellement créé :


```
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>
```


Enregistrez et fermez le fichier.

Une fois que c'est fait, appelez ce fichier en allant sur : http://votredomaine.com/phpinfo.php

Vous aurez ainsi accès à toutes les limitations de [PHP](https://help.ex2.com/fr/article/quest-ce-que-le-langage-php-et-a-quoi-ca-sert-1lay66/?bust=1784054519743) ainsi que d'autres informations sur PHP qui peuvent vous être utile.