What is the PHP PHPinfo code?
All you do is create a file called phpinfo.php with this code in it:
<?php
phpinfo();
?>And then put that in the root of your site’s directory. Once you do that, you can go to this URL and see the PHP settings – replace “yourdomain.com” with your actual domain name:
https://yourdomain.com/phpinfo.phpYou’ll see something like this:

📄 Download a PDF of This Article
