Introduction:

In today's article, I will guide you, How to Know all info about PHP like disabled functions or extensions in cPanel. So let's get started.

  • First go to your c Panel account, and then login.
  • After that, find out the Files section, In which you can see the "File Manager"      option.
  • Simply click on it, and then you will be redirected.
  • On this page, Go inside to the public_html, and then create a new PHP file with any name .php.
  • Once you're done, click on "Create New File" button.
  • Now select .php file that you created and then right click on it.
  • Here you can see the "Edit button", click on it, and then a popup box will appear.
  • Again, click on "edit" button, and then you will be redirected to new page.
  • In this page, write a short PHP code inside to this file, and then click on this "Save Changes" button.

<?php

phpinfo();

?>

  • Now access this file directly from URL. Now you can see it is showing all the information related to all the PHP functions and extensions and so on.
Was this answer helpful? 2 Users Found This Useful (41 Votes)