Knowledgebase: Miscellaneous
How to check PHP version on server

Kindly follow below steps to check on the PHP version that running on server:-

  1. Open notepad and put below code
    <?php phpinfo(); ?>
  2. Save the file as phpinfo.php
  3. Upload to server, ensure that you upload it under root folder
  4. Navigate to the page using web browser, here you can view information about PHP and its version.