http://phpmyanmar.com

Show Myanmar Version show-myanmar-font

How to get information of the Php installed on your server.
By - Ko Ko - May 19, 2006 - 12:30 pm

Just by writing one short line of php code, you can extract 4 or 5 pages of information about the php installed on your server.

Write the following codes in a notepad and save as "phpinfo.php" in your "www" folder.

<html>
      <head>
          <title>PhpInfo</title>
      </head>
      <body>
              <?php
                   phpinfo();
              ?>

       </body>
</html>

The word "phpinfo()" is one of the Php functions called "Php Built in Function".

Type http://localhost/phpinfo.php in your browser and click enter. The following will appears.


Link = http://phpmyanmar.com/index.php/pphp/article/55

9e71fddadbb64c172bd182a3b1f808e7