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?
Step 2. Go to Domains management section and select the domain you need
Step 3. Select ‘File manager’ (‘File management’ → ‘File manager’).
Step 4. Create a file with .php extension.
For example: phpinfo.php. Confirm the file creation by pressing ‘Ok’.
- 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’.
- Step 6. Make sure, that the file is 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.