PHP Header redirect to Multiple URLs with a time gap

前端 未结 5 1841
北恋
北恋 2020-12-10 23:11

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

5条回答
  •  春和景丽
    2020-12-11 00:12

    As pointed out by subirkumarsao, Martin and Edmunds, iframes is the way to go. Here is the final code:

    
    
    
    
    
    

    Now exp2.php has a submit button(This appears at the bottom of frame) which takes me to next.php. And next.php has the code:

    
    

提交回复
热议问题