Login   Register  
PHP Classes
elePHPant
Icontem

File: example1.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  >  example1.php  >  Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: example1
Class: Web Server Info
Fix request values to work with different servers
Author: By
Last change:
Date: 2006-11-19 14:19
Size: 139 bytes
 

Contents

Class file image Download
<?php

    
require_once("WebServerInfo.class.php");
    
$obj = new WebServerInfo();

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