Hi,
i need a redirect code that DOES NOT need any part to be placed in between the <head> tags, works in a php file and can be delayed to 2 seconds.
Thanks,
themoose
p.s. i have tried;
but it does not work
.
p.p.s. it has to be able to work at the bottom of the page.
i need a redirect code that DOES NOT need any part to be placed in between the <head> tags, works in a php file and can be delayed to 2 seconds.
Thanks,
themoose
p.s. i have tried;
PHP:
<?php
header("Location: http://www.example.com/");
?>
p.p.s. it has to be able to work at the bottom of the page.