Thread: JS Scroller
View Single Post
Old 10-30-2005   #5 (permalink)
scrowler
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
index.php:
Code:
<?php if(!$_GET["pagename"]&&!$_GET["css"]) header("Location: index.php?pagename=portfolio8ds.html&css=style.css"); ?>

<!-- the rest of your page goes here -->
therefore if someone went to your domain, index.php would register both those variables as unset, and would redirect to that url.
__________________
BioRUST Tutorials - the birthplace
scrowler is offline