can I use point in time?
something like:
header('refresh:1.5; url=xxx');
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can use:
Where
3is the time in seconds. More info about theheadercan always be found here.But anyway I always advocate a combination to avoid problems with some browsers:
When using the
headerI don’t think you can use a decimal like1.5. In any case I doubt any user notices the difference between2and1.5seconds. But if this is important to you, you can achieve it by using the JavaScript timeout.Redirection ways
Meta tag:
JavaScript: