Thread
:
Whats the fastest way to do a redirect?
View Single Post
03-23-2006, 11:26 AM
CyberHustler
Masterbaiter
Industry Role:
Join Date: Feb 2006
Posts: 26,550
Quote:
Originally Posted by
XxXotic
PHP Code:
<?php
header
(
"Location: http://www.yoursite.com"
);
exit;
?>
name it whatever .php
IS THAT LIKE AN EXIT CONSOLE OR SOMESHIT?
CyberHustler
View Public Profile
Find More Posts by CyberHustler