Hey
I have this at the top of my index page but i need to edit it so when its != to open if in the browser i put ?view=yes it will bypass the go to a new page and let me view the index page. How do i do this?
and this at the endPHP Code:<?php
$site = "open";
$reasion = "
- Site update<br>
- New pages
";
$back = "November 20, 2007";
if($site != "open"){
include("maintance.php");
}else{
?>
Hope this made sencePHP Code:<?php
}
?>
Dan






Reply With Quote




