Thread: Im a newb
View Single Post
Old 10-15-2002, 08:10 PM   #4 (permalink)
basementman
Registered User
 
Join Date: Oct 2002
Posts: 3
basementman is on a distinguished road
how would i set a default page for
PHP Code:
<?php

$thefile 
"data/$page.txt";
if (
file_exists($thefile))
{
include(
"$thefile");
}
else
{
include(
"data/error.txt");
}

?>
basementman is offline   Reply With Quote