Login   Register  
PHP Classes
elePHPant
Icontem

File: example3.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Svetoslav Marinov  >  Web Server Info  >  example3.php  >  Download  
File: example3.php
Role: Example script
Content type: text/plain
Description: example3
Class: Web Server Info
Fix request values to work with different servers
Author: By
Last change:
Date: 2006-11-19 14:19
Size: 175 bytes
 

Contents

Class file image Download
<?php

  
// please uncomment the 3rd line in 'WebServerInfo.class.php'
    
require_once("WebServerInfo.class.php");

  print 
"<pre>";
  print 
$_SERVER['DOCUMENT_ROOT'];
?>