home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / Alleycode HTML Editor 2.2 / alleycodesetup.exe / {app} / PHP / phpinfo.php < prev    next >
Encoding:
PHP Script  |  2002-11-19  |  79 b   |  7 lines

  1. <?php
  2.  
  3. //Call to discover PHP information on your server.
  4. phpinfo();
  5.  
  6. ?>
  7.