702 Views
You have found the ideal location if you want to create the phpinfo of your website to see if it is properly configured for PHP. For instance, you may need to ensure that the PHP settings on your server are compatible with the program you intend to install.
The purpose of this guide is to teach you how to generate a phpinfo file and then use the tools available in your hosting control panel to examine its contents in great detail. Get down to business, then!
STEPS:-HOW TO CREATE A PHP INFO PAGE?
1. First go to your public_html directory of your website using File-manager of a panel.
2.Create a new file named as “info.php”
3. Edit the file & paste this code
<?
phpinfo();
?>
4. Save the file
5. Now user can able to access info-php page . By visiting https://yourwebsiteurl/info.php