PHP Classes

File: actions/index_test.php

Recommend this page to a friend!
  Classes of Gregory   Smart URI   actions/index_test.php   Download  
File: actions/index_test.php
Role: Example script
Content type: text/plain
Description: index_test.php
Class: Smart URI
Wrap all site requests around a single PHP script
Author: By
Last change: *
Date: 19 years ago
Size: 310 bytes
 

Contents

Class file image Download
<pre><h1>SmartURI test script</h1>
URI structure for the <b><?=$_SELF?></b> is: <?

////////////////////////////////////////////////////////////////
// SmartURI Test script.
////////////////////////////////////////////////////////////////

echo "/".implode("/", $_URI);

// $_ERROR = TRUE;
?>
</pre>