PHP code to redirect
Hello all,I'm new to PHP so please help me.
I have the following code to redirect visitors to another site. How do I add a code to redirect after a certain amount of seconds and also give them the option to click on a button to go directly to the page without waiting for the countdown.
<?php
header("Location: http://whereyouwant.com/to/go.html");
?>
Thanks