Loading...

Knowledge Base
Up to 75% off on hosting for WordPress websites and online stores

Accessing PHP Info in the Account Manager

PHP Info is a built-in PHP function that generates a comprehensive report about the current state of your PHP configuration. This report includes the PHP version, server information, loaded extensions, environment variables, and configuration settings (php.ini directives). It provides a complete overview of how PHP is configured on your server, making it an invaluable tool for developers and system administrators. In this guide, we’ll show you where to find it in your account manager and how to change your PHP version as well.

Understanding PHP Info

PHP Info is like a "report card" for your website's PHP environment. PHP is a programming language that powers many websites and web applications (like WordPress). The PHP Info report shows details about how PHP is set up on your server, including:

  • The version of PHP being used.
  • The settings and features that are enabled.
  • The tools (called "extensions") that are installed to help your website run smoothly.

Important: While PHP Info is incredibly useful, it's important to keep it private. Sharing this information publicly can expose details about your server that hackers might exploit. Always ensure that only trusted users can access it.

Accessing Your PHP Info

You can access your PHP Info in your Account Manager.

Already logged into your Account Manager? Use the following link to go to the PHP Info panel:

https://www.bluehost.com/my-account/hosting/details/phpinfo/

Not yet logged into your Account Manager? Follow the steps below:

  1. Log in to your Bluehost Account Manager.
  2. Navigate to the Websites tab on the left side of your Account Manager dashboard and select the website you are working on.
    am-websites-tab
  3. Another way is to navigate to the Hosting tab and click the MANAGE button to select the hosting package you're working on.
    am-hosting-packages-manage
  4. Once you locate your website, click Settings.
    am-websites-tab-settings-button
  5. Under the SETTINGS tab, look for the PHP Version card and click the VIEW PHP INFO button.
    am-websites-tab-settings-button
  6. Once that's done, you'll be all set to access the PHP Info page.
    php-info-panel

Key Details Found in the PHP Info Page

The PHP Info page provides a detailed overview of your server’s PHP configuration. The most important information includes:

  • PHP Version: Displays the installed PHP version, which is crucial for compatibility.
  • Server Information: Shows web server details (e.g., Apache, Nginx) and OS.
  • Loaded Extensions: Lists active PHP extensions like cURL, GD, and MySQLi.
  • Configuration Settings: Includes `memory_limit`, `max_execution_time`, and `upload_max_filesize`.
  • Environment Variables: Displays server environment variables affecting scripts.
  • HTTP Headers: Shows headers sent by the server, which is useful for debugging.

Note: Now that you've checked your PHP Info and reviewed the technical details, if you decide to update to the latest PHP version, simply go back to the PHP Version card to make the update.

Summary

PHP Info is a valuable tool that provides a detailed overview of your server's PHP configuration, including the version, settings, and installed extensions. Keeping your PHP version up to date is essential for your website's security, performance, and compatibility with modern applications.

This article has guided you through the process of accessing PHP Info in your Account Manager, helping you understand your current PHP setup. It also walked you through the steps to update your PHP version, ensuring your website stays optimized and secure.

If you need further assistance, feel free to contact us via Chat or Phone:

  • Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
  • Phone Support -
    • US: 888-401-4678
    • International: +1 801-765-9400

You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.

Did you find this article helpful?

 
* Your feedback is too short

Loading...