Can i use header() to redirect to multiple URLs with a time gap in between? Suppose i have url1 and url2. Now, what i want is that header first redirects to url1. Then say,a
In the header:
and this in the body:
//where 2000 is 2 seconds
Cheers