What is PHP info?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Paul
    Junior Member
    • May 2004
    • 11

    What is PHP info?

    Hi

    I want to know more about PHP info file and how can i see what modules are insatlled on my server
  • kevin
    Love is life
    • Dec 2015
    • 83

    #2
    Paul

    phpinfo(); Outputs a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License.

    Because every system is setup differently, phpinfo() is commonly used to check configuration settings and for available predefined variables on a given system. Also, phpinfo() is a valuable debugging tool as it contains all EGPCS (Environment, GET, POST, Cookie, Server) data.

    Below is the simple code for the phpinfo.php and upload in the web site and open in browser to see the PHP details

    <?php

    // Show all information, defaults to INFO_ALL
    phpinfo();

    // Show just the module information.
    // phpinfo(8) yields identical results.
    phpinfo(INFO_MODULES);

    ?>

    Comment

    • kam735
      Junior Member
      • Dec 2012
      • 5

      #3
      A phpinfo.php file is a file that makes it easier for us to see information about your server. While it doesn't include version information about MySQL, it does include version information about PHP, Apache/IIS, GD, and other things. It also contains a description of many important settings, which could possibly be causing problems with your installation.

      Comment

      • simran
        Junior Member
        • Aug 2008
        • 10

        #4
        PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
        The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.

        Although PHP's development is focused on server-side scripting, you can do much more with it. Read on, and see more in the What can PHP do? section, or go right to the introductory tutorial if you are only interested in web programming...

        Comment

        • Dianka
          Member
          • Nov 2008
          • 44

          #5
          PHP stands for Hypertext Preprocessor, and refers to a server-side scripting language. PHP is used commonly on web applications to create dynamic content, and access data from within a database.

          PHP is the most common of all server side scripting languages, and operates on several different types of servers, including Windows, Linux, and Unix.

          Comment

          • Russell
            Member
            • Dec 2012
            • 76

            #6
            This is the informationto snatch the amplifier on stage, snare your portable computer and educate the planet how to bring about a significant improvement PHP destinations and requisitions! Did anything new recently which gave you a mess of cool experiences? Do you feel like a master on a certain point? Why not impart it to different designers? We now have opened up our Call for Proposals (Cfp) for you to begin submitting your talks.

            Comment

            • Guest

              #7
              PHP is a web designing language that are used to generate interactive websites.It is server side scripting and general purpose language that is created by Rasmus Lerdorf in 1994.

              Comment

              • shilparana
                Senior Member
                • May 2015
                • 194

                #8
                Php might be the maximum popular scripting language on the web. it's far used to decorate web pages.

                Comment

                • sangeetanegi
                  Senior Member
                  • Dec 2015
                  • 140

                  #9
                  PHP has many environmental variables that you are able to update as needed. Php environment is a function that returns information in HTML.

                  Comment

                  • AmitSood
                    Member
                    • Oct 2015
                    • 89

                    #10
                    php info can be used to view the current PHP information for your server

                    Comment

                    • Guest

                      #11
                      phpinfo() is commonly used to check configuration settings and for available predefined variables on a given system.

                      Comment

                      Working...
                      😀
                      😂
                      🥰
                      😘
                      🤢
                      😎
                      😞
                      😡
                      👍
                      👎