Technical information

How to know current PHP version and settings on your hosting?

To know PHP settings on your hosting, you need to create any file with .php extension and enter a simple code there.

How to check php version on hosting?

For example: phpinfo.php. Confirm the file creation by pressing ‘Ok’.

File php

  • Step 5. Edit the file and enter the following code there:
<?php
phpinfo();
?>
  • After pressing ‘Ok’ the text editor will be opened.
  • Apply the changes by pressing ‘Save’.

mirohost_tutorials_phpinfo_002

  • Step 6. Make sure, that the file is created.

File created

  • Step 7. Open the file in your browser bar.

  • To do this, you need to add /phpinfo.php in the end of the domain link.

  • In the following window you will see all required data about your server.

mirohost_tutorials_phpinfo_004

See also