How to know about all PHP related information through cPanel interface?

Опубликовано: 02 Июль 2026
на канале: B2b Hostingclub
15
1

Today in this video we will show you how to find PHP related information through cPanel interface. This will help you in viewing PHP version and configuration on the server.

Follow the steps given below to find PHP information through cPanel:

Step::1 Login to cPanel
Step::2 Search for Files section and click on the File manager
Step::3 Click on Public_html
Step::4 After this click on the new file to add a new file to the public_html to know PHP version and other extensions.
Step::5 Enter test.php in New File Name textbox and click on Create New file. You can create this file with anyname like info.php or phpinfo.php etc
Step::6 The new file has been created and you can check it under public_html.
Step::7 Select test.php file and right click on file to select Code edit to add a small line of code shown in the next step.
Step::8 Copy the code from the link given below to your file and click on save.
https://pastebin.com/WQDLm15e
Step::9 Open a new tab in your browser and type your domain_name/xxxxfile.php (filename) to get all the details related to PHP version, functions, extensions etc.


That's it!!!