Is it possible to make a jump to other sites in your website in php? Like the ASP command 'redirect'...
/opjazz
header("Location: http://www.site.com/page.php");
just make sure it is before any other output, even whitespace.