Redirection Question
Posted: Wed Feb 16, 2005 12:23 pm
I have got this line of code which is redirecting the user...
Is there any way I can make this redirection happen 3-4 secs later?
Thnx a lot!
Code: Select all
header ("Location: http://" . $_SERVERї'HTTP_HOST'] . dirname($_SERVERї'PHP_SELF']) . "/xxx.php");Thnx a lot!