home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / src / PHP / php.exe / Display.php < prev    next >
Encoding:
Text File  |  2001-07-02  |  1002 b   |  31 lines

  1. //**************************************
  2.     //     
  3.     // Name: Display Server Info
  4.     // Description:This will display not onl
  5.     //     y all the info you would ever need about
  6.     //     the server, but also how the php is conf
  7.     //     igured on it, how the mysql is configure
  8.     //     d, and displays all the environment vari
  9.     //     ables that you can use. This is 1 line o
  10.     //     f code! It is a built-in PHP Gem.
  11.     // By: Bann
  12.     //
  13.     // Inputs:None.
  14.     //
  15.     // Returns:All the info you will need!
  16.     //
  17.     // Assumes:Just insert this code into a 
  18.     //     php document and run! Voila!
  19.     //
  20.     // Side Effects:None.
  21.     //
  22.     //This code is copyrighted and has    // limited warranties.Please see http://
  23.     //     www.Planet-Source-Code.com/xq/ASP/txtCod
  24.     //     eId.234/lngWId.8/qx/vb/scripts/ShowCode.
  25.     //     htm    //for details.    //**************************************
  26.     //     
  27.     
  28.     <?
  29.         phpinfo();
  30.     ?>
  31.