how can i check PHP Information

Answered

I want to know  our website’s php configuration like php version etc and i don’t know how to check. Please help me out….

Asked on November 21, 2019 in Wordpress.
Add Comment
  • 1 Answer(s)
    Best answer

    You can check the php information by creating phpinfo.php file at site root folder contain following code

    <?php phpinfo(); ?>
    

    You can check the php details by accessing this url https://yourdomain.com/phpinfo.php

    Answered on December 31, 2020.
    Add Comment

    Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.