Home
Recent Articles
Php (By Category)
Misc (1)
News (1)
String (1)
Resources (By Category)
Web (2)
Tutorials
Info Of The Installed Php
Show Myanmar Version show-myanmar-fontPrinter Friendly Page

How to get information of the Php installed on your server.
By - Ko Ko - May 19, 2006 - 5: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.


(End of Article)

url = http://PhpMyanmar.com/pphp/article/55
Get results from [ 18 ] search engines in 'one click'
 
Install Myanmar Font
  • Download the font, (zawgyi-one) here.
  • See how to install the font here.
Feedback (In English please)
Bigger-Shoutbox
 
visited