Can someone please post how to do a redirection to another link? Such as from www.mysite.com to www.mysite.com/forums/? I know how to do it the php way but not html this is the php way:
Thanks inadvance
PHP:
<?
header(URL to redirect to);
exit;
?>
Thanks inadvance