I see you got it. This is the best way to do it below as some browsers block html redirection and javascript redirection
Code:
Code:
Code:
<?php
header('Location: http://www.example.com/');
echo '[URL=http://www.example.com/]Click here if you are not automatically redirected.[/URL]';
?>