| 
<pre><h1>SmartURI test script</h1>
URI structure for the <b><?=$_SELF?></b> is: <?
 
 ////////////////////////////////////////////////////////////////
 // SmartURI Test script.
 ////////////////////////////////////////////////////////////////
 
 echo "/".implode("/", $_URI);
 
 // $_ERROR = TRUE;
 ?>
 </pre>
 |