View Single Post
Old 01-19-2008, 10:07 PM   #7 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Just do this:

PHP Code:
$url 'http://www.mysite.com';

echo 
"<script language=\"javascript\">
location.href=\"
$url\";
</script>"
;
exit; 
// Stops executing page, just stops if JS is disabled 
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote