- Aug 28, 2001
- 52,844
- 1,049
- 126
Have a php script that processes a form... and I need it to forward to a specific URL after X seconds. Can't use META REFRESH because there's a condition on the page so it would only forward if it met one of the conditions.
What's the code to forward after X seconds or even simply go to a page immediately, via php ?
What's the code to forward after X seconds or even simply go to a page immediately, via php ?