PHP Classes

File: example1.php

Recommend this page to a friend!
  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: 18 years ago
Size: 139 bytes
 

Contents

Class file image Download
<?php

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

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