01-19-2008, 10:07 PM
|
#7 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
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
|
|
|
|