PHP Classes

File: example3.php

Recommend this page to a friend!
  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: 17 years ago
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'];
?>