Login   Register  
PHP Classes
elePHPant
Icontem

File: actions/index_test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-03-10 09:49
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>