![]() |
|
|
+ Search |
![]()
|
Nov 14th, 2002 20:39
Dave, The King,
Did you try using a script like this?
<?php
$index = 1;
include("./header.php");
OpenTable();
$filen=$HTTP_GET_VARS["file"];
include($filen);
CloseTable();
include("./footer.php");
?>